Index: /trunk/htdocs/cacher/cacher.tpl.php
===================================================================
--- /trunk/htdocs/cacher/cacher.tpl.php	(revision 1064)
+++ /trunk/htdocs/cacher/cacher.tpl.php	(revision 1066)
@@ -60,5 +60,5 @@
 	$l_compiling = _('Compiling');
 	$l_normal = _('Normal');
-	$l_clear_confirm = _('Sure to clear?');
+	$l_confirm = _('Sure?');
 	foreach ($cacheinfos as $i => $ci) {
 		echo "
@@ -129,5 +129,5 @@
 					><input type="hidden" name="type" value="{$ci['type']}"
 					/><input type="hidden" name="cacheid" value="{$ci['cacheid']}"
-					/><input type="submit" name="clearcache" value="{$l_clear}" class="submit" onclick="return confirm('{$l_clear_confirm}');"
+					/><input type="submit" name="clearcache" value="{$l_clear}" class="submit" onclick="return confirm('{$l_confirm}');"
 					/><input type="submit" name="{$enabledisable}" value="{$l_enabledisable}" class="submit"
 				/></div
@@ -312,4 +312,13 @@
 	ob_end_flush();
 }
+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 $l_confirm ?>');"
+	/></div
+></form>
+<?php
+}
 if ($moduleinfo) {
 	$t_moduleinfo = _("Module Info");
Index: /trunk/htdocs/cacher/cacher.php
===================================================================
--- /trunk/htdocs/cacher/cacher.php	(revision 1064)
+++ /trunk/htdocs/cacher/cacher.php	(revision 1066)
@@ -179,4 +179,7 @@
 }
 processAction();
+if (isset($_POST['coredump'])) {
+	xcache_coredump();
+}
 // }}}
 // {{{ load info/list
Index: /trunk/htdocs/cacher/cacher-zh-traditional.lang.php
===================================================================
--- /trunk/htdocs/cacher/cacher-zh-traditional.lang.php	(revision 1064)
+++ /trunk/htdocs/cacher/cacher-zh-traditional.lang.php	(revision 1066)
@@ -8,6 +8,6 @@
 		'Clear'
 		=> '清除',
-		'Sure to clear?'
-		=> '確認要清除嗎?',
+		'Sure?'
+		=> '確認?',
 		'% Free'
 		=> '% 剩余',
Index: /trunk/htdocs/cacher/cacher-zh-simplified.lang.php
===================================================================
--- /trunk/htdocs/cacher/cacher-zh-simplified.lang.php	(revision 1064)
+++ /trunk/htdocs/cacher/cacher-zh-simplified.lang.php	(revision 1066)
@@ -8,6 +8,6 @@
 		'Clear'
 		=> '清除',
-		'Sure to clear?'
-		=> '确认要清除吗?',
+		'Sure?'
+		=> '确认?',
 		'% Free'
 		=> '% 剩余',
