";
echo "";
echo "
";
echo "";
echo "
".$admin['title']['value']."
";
echo "
Forum Tables created:
\n
";
foreach ($a_tables as $table) {
$table = str_replace("forum_","",$table);
$table = str_replace("_", " ",$table);
$table = ucWords($table);
echo "- $table
\n";
}
echo "
\n
Here is your initial login information:
\n";
echo "
- login: " . $adminemail . "
\n";
echo "- password: " . $adminpass . "
\n";
echo "
Log In ";
echo "to the site now.
";
echo "".$admin['copyright']['value']."
";
echo "