diff --git a/database-run.php b/database-run.php index 4f1c46b..d6911aa 100644 --- a/database-run.php +++ b/database-run.php @@ -16,6 +16,11 @@ $backup['path'] = $backup_options['path']; +global $wpdb; +$table_prefix = $wpdb->prefix; + + + ### Form Processing if(!empty($_POST['do'])) { $text = ''; @@ -79,7 +84,44 @@
| + + + + |