Index: trunk/htdocs/cacher/index.php
===================================================================
--- trunk/htdocs/cacher/index.php	(revision 1087)
+++ trunk/htdocs/cacher/index.php	(revision 1088)
@@ -144,5 +144,12 @@
 		}
 	}
-	return implode('', $moduleInfo);
+	$moduleInfo = implode('', $moduleInfo);
+	if (ini_get("xcache.test")) {
+		ob_start();
+		include "./sub/testcoredump.tpl.php";
+		$test_coredump = trim(ob_get_clean());
+		$moduleInfo = str_replace('xcache.coredump_directory', 'xcache.coredump_directory' . $test_coredump, $moduleInfo);
+	}
+	return $moduleInfo;
 }
 // }}}
@@ -281,5 +288,4 @@
 		'listphp' => _T('List PHP'),
 		'listvar' => _T('List Var Data'),
-		'help' => _T('Help'),
 		);
 
@@ -329,8 +335,4 @@
 	break;
 
-case 'help':
-	include "./help.tpl.php";
-	break;
-
 default:
 	include "./summary.tpl.php";
