No changes between revisions
/web/acc/stat.php |
1,4 → 1,5 |
<? |
<?php |
# $Id$ |
$select[0]="$l_stat_user_day"; |
$select[1]="$l_stat_con"; |
$select[2]="$l_stat_daily"; |
Property changes: |
Modified: svn:keywords |
-Id Date Author |
\ No newline at end of property |
+Id Author Date |
\ No newline at end of property |
/web/acc/system.php |
1,4 → 1,5 |
<? |
<?php |
# $Id$ |
$select[0]=$l_activity; |
$select[1]=$l_network; |
$select[2]=$l_ldap; |
Property changes: |
Modified: svn:keywords |
-Id Date Author |
\ No newline at end of property |
+Id Author Date |
\ No newline at end of property |
/web/acc/auth.php |
Property changes: |
Added: svn:keywords |
+Id Author Date |
\ No newline at end of property |
/web/acc/haut.php |
12,7 → 12,9 |
} |
</script> |
<!-- fin javascript --> |
<? // Access counter incrementation |
<?php |
# $Id$ |
// Access counter incrementation |
$name_fic="compteur.txt"; |
if (($fp=fopen($name_fic,"r")) == false) exit; |
$nb=fgets($fp,10); |
Property changes: |
Added: svn:keywords |
+Id Author Date |
\ No newline at end of property |
/web/acc/menu.php |
Property changes: |
Modified: svn:keywords |
-Id Date Author |
\ No newline at end of property |
+Id Author Date |
\ No newline at end of property |