From ac692cfff72b0046a6238812f6f27f3b0f25a985 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 31 Mar 2012 16:28:54 +0100 Subject: [PATCH] whitespace --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 795bc5e5..e897ddc4 100644 --- a/install.php +++ b/install.php @@ -52,7 +52,7 @@ assert_options(ASSERT_BAIL, 1); * __SHIMMIE_ROOT__ = '/var/www/shimmie2/' * */ -define('__SHIMMIE_ROOT__', trim( remove_trailing_slash( dirname(__FILE__) ) ) . '/' ); +define('__SHIMMIE_ROOT__', trim(remove_trailing_slash(dirname(__FILE__))) . '/'); // Pull in necessary files require_once __SHIMMIE_ROOT__."core/util.inc.php";