Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1232 → Rev 1233

/web/acc/menu.php
38,9 → 38,9
$l_stat_user_day = "usager/jour";
$l_stat_con = "connexions";
$l_stat_daily ="usage journalier";
$l_stat_network="statistiques réseau";
$l_security="sécurité";
$l_menu="Menu";
$l_moniteur="Statistiques Réseau";
$l_security="Sécurité";
}
else {
$Language = 'en';
64,9 → 64,9
$l_stat_user_day = "user/day";
$l_stat_con = "connections";
$l_stat_daily ="daily use";
$l_stat_network="network statistics";
$l_security="security";
$l_menu="Main";
$l_moniteur="Statistiques Réseau";
$l_security="Security";
}
echo "
<TABLE width=\"100%\" border=0 cellspacing=0 cellpadding=0>
/web/acc/stat.php
3,7 → 3,7
$select[0]="$l_stat_user_day";
$select[1]="$l_stat_con";
$select[2]="$l_stat_daily";
$select[3]="$l_moniteur";
$select[3]="$l_stat_network";
$select[4]="$l_security";
$fich[0]="manager/htdocs/user_stats.php";
$fich[1]="manager/htdocs/accounting.php";
/web/acc/manager/htdocs/security.php
18,7 → 18,8
height="2"></td></tr>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<DIV style="width:100%;height:150px;overflow-x:hidden;overflow-y:scroll;">
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<?php
$fichier='/var/Save/logs/security/watchdog.log';
33,6 → 34,7
?>
</td></tr>
</TABLE>
</DIV>
</TABLE>
</TABLE>
</br>
42,6 → 44,7
height="2"></td></tr>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
<tr bgcolor="#666666"><td>
<DIV style="width:100%;height:150px;overflow-x:hidden;overflow-y:scroll;">
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<?php
57,6 → 60,7
?>
</td></tr>
</TABLE>
</DIV>
</TABLE>
</TABLE>
</br>
66,8 → 70,8
height="2"></td></tr>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
 
<DIV style="width:100%;height:150px;overflow-x:hidden;overflow-y:scroll;">
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<?php
$fichier='/var/log/fail2ban.log';
89,6 → 93,7
?>
</td></tr>
</TABLE>
</DIV>
</TABLE>
</TABLE>
</body>