From: Brenda Wallace Date: Sun, 13 Sep 2009 08:32:58 +0000 (+1200) Subject: fixed indentation for the pear code styles X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87c59fe8734479046c8433f74787f615484b3df7;p=quix0rs-gnu-social.git fixed indentation for the pear code styles --- diff --git a/index.php b/index.php index 71de393246..b8d9c7c69d 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,7 @@ function getPath($req) { if ((common_config('site', 'fancy') || !array_key_exists('PATH_INFO', $_SERVER)) && array_key_exists('p', $req) - ) { + ) { return $req['p']; } else if (array_key_exists('PATH_INFO', $_SERVER)) { return $_SERVER['PATH_INFO'];