aboutsummaryrefslogtreecommitdiff
path: root/setup.php
diff options
context:
space:
mode:
authorroot2014-09-26 00:12:01 +0200
committerroot2014-09-26 00:12:01 +0200
commitbde71668e1b64f57e4cd3d45703e8a488b1de957 (patch)
treea23d671ce1f59a6b46f9461e347061d97095039e /setup.php
parent3c8bee64793332bf3fda6af3c57d881636ec35d6 (diff)
downloadjungegemeinde-bde71668e1b64f57e4cd3d45703e8a488b1de957.tar.gz
improvements
Diffstat (limited to 'setup.php')
-rwxr-xr-xsetup.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/setup.php b/setup.php
deleted file mode 100755
index 018781d..0000000
--- a/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;