From 9032106051de1fa29903bc8da6b7104bea934c8c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Sep 2014 10:32:11 +0200 Subject: setup.php --- bootstrap/setup.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bootstrap/setup.php (limited to 'bootstrap') diff --git a/bootstrap/setup.php b/bootstrap/setup.php new file mode 100755 index 0000000..018781d --- /dev/null +++ b/bootstrap/setup.php @@ -0,0 +1,13 @@ +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'); +exit; -- cgit v1.2.3