Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2170 → Rev 2171

/web/acc/phpsysinfo/includes/xml/portail.php
99,10 → 99,8
global $XPath;
global $text;
exec ("sudo /usr/local/bin/alcasar-watchdog.sh -lt");
$file_version = "/var/www/html/VERSION";
$handle = fopen ($file_version, "r");
$INSTALLEDVERSION = fread ($handle, filesize ($file_version));
fclose ($handle);
// Get current version
$INSTALLEDVERSION = trim(exec("grep ^VERSION /usr/local/etc/alcasar.conf | cut -d'=' -f2"));
$VERSIONBL = date ("F d Y", filemtime ('/etc/dansguardian/lists/blacklists/README'));
$nbr_user = request ('user');
$nbr_grp = request ('group');