Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2005 → Rev 2006

/web/acc/phpsysinfo/includes/lang/en.php
55,7 → 55,6
$text['enable'] = "enable";
$text['disable'] = "disable";
$text['web_antivirus'] = "WEB antivirus";
$text['net_filter'] = "Network protocols filter";
$text['cert_expiration_date'] = "Certificate expiration date";
//
 
/web/acc/phpsysinfo/includes/lang/fr.php
55,7 → 55,6
$text['enable'] = "actif";
$text['disable'] = "inactif";
$text['web_antivirus'] = "Antivirus de flux WEB";
$text['net_filter'] = "Filtre de protocoles réseau";
$text['cert_expiration_date'] = "Date d'expiration du certificat";
//
 
/web/acc/phpsysinfo/includes/xml/portail.php
107,9 → 107,6
$nbr_user = request ('user');
$nbr_grp = request ('group');
$nbr_user_online = exec ("sudo /usr/sbin/chilli_query list | cut -d\" \" -f5 | grep \"1\" | wc -l");
if (filtrageTest("/usr/local/etc/alcasar.conf", "/^PROTOCOLS_FILTERING=on/")){
$network_filter_status = $text['enable'];}
else { $network_filter_status = $text['disable'];}
if ((filtrageTest("/var/www/html/index.php","/network_pb = False/")) && (internetTest($INSTALLEDVERSION))){
$internet_status = "<img src='/images/state_ok.gif'>".$text['enable'];
$version = dns_get_record("version.alcasar.net",DNS_TXT);
140,10 → 137,6
. " <td><font size=\"-1\">" . $nbr_grp . "</font></td>\n"
. " </tr>\n"
. " <tr>\n"
. " <td valign=\"top\"><font size=\"-1\">" . $text['net_filter'] . "</font></td>\n"
. " <td><font size=\"-1\">" . $network_filter_status . "</font></td>\n"
. " </tr>\n"
. " <tr>\n"
. " <td valign=\"top\"><font size=\"-1\">" . $text['bl-version'] . "</font></td>\n"
. " <td><font size=\"-1\">" . $VERSIONBL . "</font></td>\n"
. " </tr>\n"