summaryrefslogtreecommitdiff
path: root/installer/views/environment_errors.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/views/environment_errors.html.php')
-rw-r--r--installer/views/environment_errors.html.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/installer/views/environment_errors.html.php b/installer/views/environment_errors.html.php
new file mode 100644
index 0000000..318be61
--- /dev/null
+++ b/installer/views/environment_errors.html.php
@@ -0,0 +1,20 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<h1> Whoa there! </h1>
+
+<p class="error">
+ There are some problems with your web hosting environment
+ that need to be fixed before you can successfully install
+ Gallery 3.
+</p>
+
+<ul>
+ <?php foreach ($errors as $error): ?>
+ <li>
+ <?php print $error ?>
+ </li>
+ <?php endforeach ?>
+</ul>
+
+<p>
+ <a href="index.php">Check again</a>
+</p>