summaryrefslogtreecommitdiff
path: root/installer/pages/environment_errors.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 04:37:55 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 04:37:55 +0000
commit66ee2f9618d1ac17507dddeef1b68eb804aa634a (patch)
tree1dea996b25925001eedbe13a05aa65497bac3269 /installer/pages/environment_errors.html.php
parent401da12adbe7979074de9c35fd458ff36f393350 (diff)
Move pages -> views for consistency, which simplifies the life of the File_Structure_Test
Diffstat (limited to 'installer/pages/environment_errors.html.php')
-rw-r--r--installer/pages/environment_errors.html.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/installer/pages/environment_errors.html.php b/installer/pages/environment_errors.html.php
deleted file mode 100644
index 7c31c1c2..00000000
--- a/installer/pages/environment_errors.html.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<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>