summaryrefslogtreecommitdiff
path: root/installer/views/db_not_empty.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/views/db_not_empty.html.php')
-rw-r--r--installer/views/db_not_empty.html.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/views/db_not_empty.html.php b/installer/views/db_not_empty.html.php
new file mode 100644
index 0000000..bc45458
--- /dev/null
+++ b/installer/views/db_not_empty.html.php
@@ -0,0 +1,8 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<h1> Uh oh! </h1>
+<p class="error">
+ The database you provided already has Gallery 3 tables in it.
+ Continuing with the install would overwrite your existing install.
+ Please either use a different database, delete the old tables,
+ or choose a different table prefix.
+</p>