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:
parent
d798c1fc96
commit
9961eada31
1 changed files with 6 additions and 0 deletions
|
@ -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'>
|
||||
|
|
Reference in a new issue