XCache is a fast, stable PHP opcode cacher that has been proven and is now running on production servers under high load.
https://xcache.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
464 B
13 lines
464 B
<?php include "../common/header.tpl.php"; ?> |
|
<div class="switcher"><?php echo switcher("do", $doTypes); ?></div> |
|
<?php if (ini_get("xcache.test")) { ?> |
|
<form method="post" action=""> |
|
<div> |
|
<input type="submit" name="coredump" value="Test coredump" class="submit" onclick="return confirm('<?php echo _T('Sure?'); ?>');" /> |
|
</div> |
|
</form> |
|
<?php } ?> |
|
<div id="help"> |
|
<?php include get_language_file("help"); ?> |
|
</div> |
|
<?php include "../common/footer.tpl.php" ?>
|
|
|