summaryrefslogtreecommitdiff
path: root/installer/views/invalid_db_version.html.php
blob: 5b021ba2eb7162bc7ffa483fc0544c108ee3b362 (plain)
1
2
3
4
5
<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1> Uh oh! </h1>
<p class="error">
  Gallery requires at least MySQL version 5.0.0.  You're using version <?= installer::mysql_version($config) ?>
</p>