From e9f54c8d72bdd6944c87805c87548ff7947b864c Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 7 May 2008 06:23:39 +0000 Subject: initial debug work --- templates/show_debug.inc.php | 57 +++++++++++++++++++++++++++++++++++++++++ templates/show_test.inc.php | 6 ++--- templates/sidebar_admin.inc.php | 3 ++- 3 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 templates/show_debug.inc.php (limited to 'templates') diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php new file mode 100644 index 00000000..f6dbf7c3 --- /dev/null +++ b/templates/show_debug.inc.php @@ -0,0 +1,57 @@ + + + + + + + ++ + + + + + + +$value) { + if ($key == 'database_password' || $key == 'mysql_password') { $value = '*********'; } + if (is_array($value)) { + $string = ''; + foreach ($value as $setting) { + $string .= $setting . '
'; + } + $value = $string; + } +?> + + + + + +
+ diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php index 6fbfc45e..4fa81cf3 100644 --- a/templates/show_test.inc.php +++ b/templates/show_test.inc.php @@ -1,7 +1,7 @@ - DB Inserted + [ - Web Path + [