aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot2014-10-01 00:45:35 +0200
committerroot2014-10-01 00:45:35 +0200
commit187eef34514d6e1f3c8ad7102e0fb9827210d4b7 (patch)
tree522d550144ecb2bf3e8d124732b677b45e68be1e
parent7075c0b8519cc6b3c8e4a53dddf78f7ded598456 (diff)
downloadjungegemeinde-187eef34514d6e1f3c8ad7102e0fb9827210d4b7.tar.gz
removed garbage
-rwxr-xr-xbootstrap/setup.php13
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;