FreePBX-AvantFAX/uninstall.php
Andrew Nagy b231ee1cbb Cleanup
2013-05-03 14:44:43 -04:00

5 lines
127 B
PHP

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