summaryrefslogtreecommitdiff
path: root/installer/views/var_dir_status.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-15 20:58:20 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-15 20:58:20 -0700
commit33495256407e9cad69cc44c4da96b4f5cfdba1d6 (patch)
treeadadabdd82f86e4ea4c0f28af4207672a3361399 /installer/views/var_dir_status.html.php
parent1026054147a0b3bd4b3280c415485d4b75f6a57b (diff)
Revert "Fix for ticket #544."
This reverts commit f6973431b7f8df24c081a03c7c989f621ab2a708.
Diffstat (limited to 'installer/views/var_dir_status.html.php')
-rw-r--r--installer/views/var_dir_status.html.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/installer/views/var_dir_status.html.php b/installer/views/var_dir_status.html.php
deleted file mode 100644
index 8211e13c..00000000
--- a/installer/views/var_dir_status.html.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<h1> Welcome! </h1>
-<p>
- Installing Gallery is very easy. We just need to know how to talk
- to your MySQL database, and we need a place to store your photos on
- your web host.
-</p>
-
-
-<fieldset>
- <legend>Photo Storage</legend>
- <?php if (empty($writable)): ?>
- <p class="error">
- We're having trouble creating a place for your photos. Can you
- help? Please create a directory called "var" using <code>mkdir var</code> in your
- gallery3 directory, then run <code>chmod 777 var</code>. That
- should fix it.
- <br/><br/>
- <a href="index.php">Check again</a>
- <br /><br/>
- <i>(Please fix the photo storage problem before continuing)</i>
- </p>
- <?php else: ?>
- <p class="success">
- We've found a place to store your photos:
- <code class="location"> <?= VARPATH ?> </code>
- </p>
- <?php endif ?>
-</fieldset>
-