diff options
| author | root | 2014-09-24 18:55:57 +0200 |
|---|---|---|
| committer | root | 2014-09-24 18:55:57 +0200 |
| commit | 3256717165436e4e90bc5ca764babf1bd8d97f0a (patch) | |
| tree | 0361fa8ac31897d608fb71c29e4fd7d84ba56238 /bootstrap/setup.php | |
| parent | 790524e3dee3ddcf5a8250adc8b38853d0014c9f (diff) | |
| download | jungegemeinde-3256717165436e4e90bc5ca764babf1bd8d97f0a.tar.gz | |
improvemend
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'); |
