Cleanup
This commit is contained in:
@@ -1,20 +1,5 @@
|
||||
<?
|
||||
global $db;
|
||||
|
||||
if (! function_exists("out")) {
|
||||
function out($text) {
|
||||
echo $text."<br />";
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists("outn")) {
|
||||
function outn($text) {
|
||||
echo $text;
|
||||
}
|
||||
}
|
||||
<?php
|
||||
//Johnny Drop Tables
|
||||
out("Dropping all relevant tables");
|
||||
$sql = "DROP TABLE `HelloWorld_settings`";
|
||||
$result = $db->query($sql);
|
||||
|
||||
?>
|
||||
$result = sql($sql);
|
||||
Reference in New Issue
Block a user