From 9961eada312040aa2710c9eba32d0883dafdaee4 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 16 May 2007 21:28:56 +0000 Subject: [PATCH] config values are noise; have them there but commented out git-svn-id: file:///home/shish/svn/shimmie2/trunk@101 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/et/main.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/et/main.php b/ext/et/main.php index 02ee8d6a..34fe48f6 100644 --- a/ext/et/main.php +++ b/ext/et/main.php @@ -61,6 +61,12 @@ class ET extends Extension { $els[] = get_class($el); } $data .= "Extensions: ".join(", ", $els)."\n"; + + //$cfs = array(); + //foreach($database->db->GetAll("SELECT name, value FROM config") as $pair) { + // $cfs[] = $pair['name']."=".$pair['value']; + //} + //$data .= "Config: ".join(", ", $cfs); $html = "