Files
gallery3/installer/views/invalid_db_version.html.php
Tim Almdal 1ce8643b80 Fix for #440. Basically add a check that the mysql version is > 5.0.0.
It was felt that actually listing the requirements might be overwhelming
to novice users.
2009-08-28 15:17:07 -07:00

6 lines
193 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1> Uh oh! </h1>
<p class="error">
The MySql database that you are referencing is less than the minimum version of 5.0.0.
</p>