This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/installer/views/db_not_empty.html.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>