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
@ -61,6 +61,12 @@ class ET extends Extension {
|
|||||||
$els[] = get_class($el);
|
$els[] = get_class($el);
|
||||||
}
|
}
|
||||||
$data .= "Extensions: ".join(", ", $els)."\n";
|
$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 = "
|
$html = "
|
||||||
<form action='http://shimmie.shishnet.org/register.php' method='POST'>
|
<form action='http://shimmie.shishnet.org/register.php' method='POST'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user