From 891bcd231bad471e1f2d98fab00bbfebb1d436ae Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 14 Jan 2009 04:14:35 +0000 Subject: dir -> die --- installer/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3