From 4b5756ba9d8ee9e83c1ba4624b461b4746e49e82 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Sun, 13 Jun 2010 08:11:09 +0000 Subject: Miscellaneous cleanup. --- templates/show_install_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_install_config.inc.php') diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index ba4dd9af..bbf38e34 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -if (INSTALL != '1') { exit; } +if (!defined('INSTALL')) { exit; } $prefix = realpath(dirname(__FILE__). "/../"); ?> -- cgit