Update uninstall.php

This commit is contained in:
Josh North 2014-08-14 10:12:48 -04:00
parent 69341f6cd8
commit ef2efaedec

View File

@ -1,5 +1 @@
<?php
//Johnny Drop Tables
out("Dropping all relevant tables");
$sql = "DROP TABLE `HelloWorld_settings`";
$result = sql($sql);