diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-14 04:14:35 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-14 04:14:35 +0000 |
commit | 891bcd231bad471e1f2d98fab00bbfebb1d436ae (patch) | |
tree | 3603a905b705ddce02cb7fe6bd8d3e9fa07eee2d | |
parent | f3ba69c1d67c425ffa180d082a373e5cce0c86ce (diff) |
dir -> die
-rw-r--r-- | installer/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.php b/installer/install.php index 2cf5d76d..6539fb10 100644 --- a/installer/install.php +++ b/installer/install.php @@ -48,7 +48,7 @@ if (PHP_SAPI != "cli") { } if (file_exists("var/installed")) { - dir("Gallery3 is already installed... exiting"); + die("Gallery3 is already installed... exiting"); } array_shift($argv); // remove the script name from the arguments |