From a52827790447bc9fd1cee2e40756b60b967be475 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 22 Oct 2006 09:24:39 +0000 Subject: updated translations, new russian translation, generate config tool to update config and new putenv test on /test.php --- templates/show_admin_tools.inc.php | 4 ++++ templates/show_test.inc | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'templates') diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index 7c73fda2..0dc3331d 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -75,6 +75,10 @@ $users = $GLOBALS['user']->get_recent(10);
+
+ +
diff --git a/templates/show_test.inc b/templates/show_test.inc index 54157c65..539b2cb4 100644 --- a/templates/show_test.inc +++ b/templates/show_test.inc @@ -134,6 +134,23 @@ $row_classes = array('even','odd'); + + + [ + ERROR "; + } + else { + echo "   OK     "; + } + ?>] + + + + + [ -- cgit