71 lines
2.1 KiB
HTML
71 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=ISO-8859-15"
|
|
http-equiv="content-type">
|
|
<title>Account profiles</title>
|
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
|
</head>
|
|
<body>
|
|
|
|
<p align="center">
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "pub-4179059556107138";
|
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
|
google_ad_width = 728;
|
|
google_ad_height = 90;
|
|
google_ad_format = "728x90_as";
|
|
google_ad_type = "text_image";
|
|
google_ad_channel ="";
|
|
google_page_url = document.location;
|
|
google_color_border = "EEEEEE";
|
|
google_color_bg = "FFFFFF";
|
|
google_color_link = "0000FF";
|
|
google_color_url = "008000";
|
|
google_color_text = "000000";
|
|
//--></script>
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
</p>
|
|
|
|
|
|
<h1 style="text-align: center;">profiles.inc</h1>
|
|
<br>
|
|
This file includes all functions to manage <a href="profile_files.htm">account
|
|
profiles</a>. You can read/store/list/delete profiles.<br>
|
|
<br>
|
|
Profile names may contain letters, numbers, "_" and "-". All functions
|
|
which have a profile name as parameter check this.<br>
|
|
Functions which modify the filesystem (<span style="font-style: italic;">saveAccountProfile,
|
|
delAccountProfile</span>) also check if the user is logged in to LAM
|
|
for security reasons. This is done by reading <span
|
|
style="font-style: italic;">$_SESSION['logedIn']</span>.<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
<p align="center">
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "pub-4179059556107138";
|
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
|
google_ad_width = 728;
|
|
google_ad_height = 90;
|
|
google_ad_format = "728x90_as";
|
|
google_ad_type = "text_image";
|
|
google_ad_channel ="";
|
|
google_page_url = document.location;
|
|
google_color_border = "EEEEEE";
|
|
google_color_bg = "FFFFFF";
|
|
google_color_link = "0000FF";
|
|
google_color_url = "008000";
|
|
google_color_text = "000000";
|
|
//--></script>
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|