git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1088 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
a275e3eeff
commit
31c41353a6
@ -1,4 +0,0 @@
|
||||
<dl>
|
||||
<dt>Compiler errors: </dt> <dd><a href="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <a href="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd>
|
||||
<dt>Readonly protection: </dt> <dd><a href="http://xcache.lighttpd.net/wiki/ReadonlyProtection">ReadonlyProtection</a></dd>
|
||||
</dl>
|
@ -1,4 +0,0 @@
|
||||
<dl>
|
||||
<dt>编译错误: </dt> <dd><a href="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <a href="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd>
|
||||
<dt>只读保护: </dt> <dd><a href="http://xcache.lighttpd.net/wiki/ReadonlyProtection">ReadonlyProtection</a></dd>
|
||||
</dl>
|
@ -1,4 +0,0 @@
|
||||
<dl>
|
||||
<dt>编译错误: </dt> <dd><a href="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <a href="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd>
|
||||
<dt>只读保护: </dt> <dd><a href="http://xcache.lighttpd.net/wiki/ReadonlyProtection">ReadonlyProtection</a></dd>
|
||||
</dl>
|
@ -1,13 +0,0 @@
|
||||
<?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" ?>
|
@ -0,0 +1,5 @@
|
||||
<form method="post" action=""
|
||||
><div
|
||||
><input type="submit" name="coredump" value="Test coredump" class="submit" onclick="return confirm('<?php echo _T('Sure?'); ?>');"
|
||||
/></div
|
||||
></form>
|
Loading…
Reference in new issue