summaryrefslogtreecommitdiff
path: root/installer/pages/db_not_empty.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 00:54:02 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 00:54:02 +0000
commit681197a265f1dd3873780fdcf0b5f1e8fa0150ab (patch)
treefe8aafe29cf5f3d6d5a285c330147c9e3f3668c0 /installer/pages/db_not_empty.html.php
parentd51955c8efa78d7f0a0ca8c138c2eebaf5ecb975 (diff)
Web based installer. It's still got some rough edges, but you can now
do a complete CLI or web based install.
Diffstat (limited to 'installer/pages/db_not_empty.html.php')
-rw-r--r--installer/pages/db_not_empty.html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/pages/db_not_empty.html.php b/installer/pages/db_not_empty.html.php
new file mode 100644
index 00000000..754d46c6
--- /dev/null
+++ b/installer/pages/db_not_empty.html.php
@@ -0,0 +1,5 @@
+<p class="error">
+ The database you provided already has other tables in it.
+ Continuing with the install might overwrite an existing Gallery
+ install. Please go back and choose a different database.
+</p>