clipbucket/upload/plugins/jw_smart/uninstall_jw_smart.php
2010-04-29 10:44:10 +00:00

6 lines
No EOL
104 B
PHP

<?php
require_once('../includes/common.php');
$db->Execute("DROP TABLE ".tbl("jw_smart")." ");
?>