mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-03-06 22:25:48 -05:00
already has Gallery 3 tables. Otherwise, permit it to continue. We key this off of the existence of the g3_items table. Theoretically it's possible that the g3_items table is gone but other tables are still there, which could mess things up. I'm not going to worry about that for now. Fixes ticket #175
9 lines
341 B
PHP
9 lines
341 B
PHP
<?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>
|