aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/setup.php
diff options
context:
space:
mode:
authorroot2014-09-24 18:55:57 +0200
committerroot2014-09-24 18:55:57 +0200
commit3256717165436e4e90bc5ca764babf1bd8d97f0a (patch)
tree0361fa8ac31897d608fb71c29e4fd7d84ba56238 /bootstrap/setup.php
parent790524e3dee3ddcf5a8250adc8b38853d0014c9f (diff)
downloadjungegemeinde-3256717165436e4e90bc5ca764babf1bd8d97f0a.tar.gz
improvemend
Diffstat (limited to 'bootstrap/setup.php')
-rw-r--r--bootstrap/setup.php12
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');