summaryrefslogtreecommitdiff
path: root/installer/views/db_not_empty.html.php
diff options
context:
space:
mode:
authorTristan Zur <tzur@webserver.ccwn.org>2015-06-10 20:55:53 +0200
committerTristan Zur <tzur@webserver.ccwn.org>2015-06-10 20:55:53 +0200
commit406abd7c4df1ace2cd3e4e17159e8941a2e8c0c4 (patch)
treea324be16021f44f2fd6d55e609f47024e945b1db /installer/views/db_not_empty.html.php
Initial import
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>