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.
16 lines
860 B
16 lines
860 B
![]()
10 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['config']['charset']; ?>" />
|
||
|
<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['charset']; ?>" />
|
||
|
<script type="text/javascript" src="tablesort.js"></script>
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="../common/common.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['module']; ?>.css" />
|
||
|
<title><?php echo $title = sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : '') . " - " . ucfirst($GLOBALS['module']); ?></title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1><?php echo $title; ?></h1>
|
||
|
<div class="switcher"><?php echo moduleswitcher(); ?></div>
|