summaryrefslogtreecommitdiff
path: root/public_html/setup.php
diff options
context:
space:
mode:
authorHorus32014-09-18 16:53:44 +0200
committerHorus32014-09-18 16:53:44 +0200
commit3fc505c312800cb6e4f8eca3cdb9855d340b4000 (patch)
tree5c79fc7ec01ad3670a409a2c6a862daefc7c085f /public_html/setup.php
parent11d8a116c70cd5eb49edb8afce34a0aaac49f35e (diff)
downloadvfs-3fc505c312800cb6e4f8eca3cdb9855d340b4000.tar.gz
fixed invalid html
Diffstat (limited to 'public_html/setup.php')
-rw-r--r--public_html/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/setup.php b/public_html/setup.php
index 74b0e10..8781a5f 100644
--- a/public_html/setup.php
+++ b/public_html/setup.php
@@ -6,7 +6,7 @@ $vfsdb = new vfsdb();
$vfsdb->createTables();
$vfsdb->close();
-echo "<p>Successfully created the database.";
+echo "<p>Successfully created the database.</p>";
# rename this file to avoid setting up the tables twice
rename(ABSPATH . 'setup.php', ABSPATH . '_setup.php');