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
This commit is contained in:
shish 2007-05-16 21:28:56 +00:00
parent d798c1fc96
commit 9961eada31

View file

@ -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 = "
<form action='http://shimmie.shishnet.org/register.php' method='POST'>