diff options
Diffstat (limited to 'bootstrap/setup.php')
| -rw-r--r-- | bootstrap/setup.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bootstrap/setup.php b/bootstrap/setup.php deleted file mode 100644 index b984253..0000000 --- a/bootstrap/setup.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -# init file to set up the database -# TODO: pretty html - -$db = new db(); -$db->createTables(); -$db->close(); - -echo "<p>Successfully created the database.</p>"; - -# rename this file to avoid setting up the tables twice -rename(ABSPATH . 'setup.php', ABSPATH . '_setup.php'); |
