diff options
| author | root | 2014-10-01 00:45:35 +0200 |
|---|---|---|
| committer | root | 2014-10-01 00:45:35 +0200 |
| commit | 187eef34514d6e1f3c8ad7102e0fb9827210d4b7 (patch) | |
| tree | 522d550144ecb2bf3e8d124732b677b45e68be1e /bootstrap | |
| parent | 7075c0b8519cc6b3c8e4a53dddf78f7ded598456 (diff) | |
| download | jungegemeinde-187eef34514d6e1f3c8ad7102e0fb9827210d4b7.tar.gz | |
removed garbage
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap/setup.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bootstrap/setup.php b/bootstrap/setup.php deleted file mode 100755 index 018781d..0000000 --- a/bootstrap/setup.php +++ /dev/null @@ -1,13 +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'); -exit; |
