24require
'../../main.inc.php';
32$action =
GETPOST(
'action',
'aZ09');
45if (!function_exists(
'xcache_info')) {
46 print
'XCache seems to be not installed. Function xcache_info not found.';
52print
'Opcode cache XCache is on<br><br>'.
"\n\n";
54print $langs->trans(
"Split").
': '.ini_get(
'xcache.count').
' '.$langs->trans(
"Recommanded").
': (cat /proc/cpuinfo | grep -c processor) + 1<br>'.
"\n";
55print $langs->trans(
"Size").
': '.ini_get(
'xcache.size').
' '.$langs->trans(
"Recommanded").
': 16*Split<br>'.
"\n";
57print $langs->trans(
"xcache.cacher").
': '.
yn(ini_get(
'xcache.cacher')).
'<br>'.
"\n";
58print $langs->trans(
"xcache.optimizer").
': '.
yn(ini_get(
'xcache.optimizer')).
' (will be usefull only with xcache v2)<br>'.
"\n";
59print $langs->trans(
"xcache.stat").
': '.
yn(ini_get(
'xcache.stat')).
'<br>'.
"\n";
60print $langs->trans(
"xcache.coverager").
': '.
yn(ini_get(
'xcache.coverager')).
'<br>'.
"\n";
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
yn($yesno, $case=1, $color=0)
Return yes or no in current language.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.