From 790524e3dee3ddcf5a8250adc8b38853d0014c9f Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 23 Sep 2014 20:16:17 +0200 Subject: rebuild with bootstrap --- bootstrap/setup.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bootstrap/setup.php (limited to 'bootstrap/setup.php') diff --git a/bootstrap/setup.php b/bootstrap/setup.php new file mode 100644 index 0000000..b984253 --- /dev/null +++ b/bootstrap/setup.php @@ -0,0 +1,12 @@ +createTables(); +$db->close(); + +echo "
Successfully created the database.
"; + +# rename this file to avoid setting up the tables twice +rename(ABSPATH . 'setup.php', ABSPATH . '_setup.php'); -- cgit v1.2.3