summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-09-13 20:32:58 +1200
committerBrenda Wallace <shiny@cpan.org>2009-09-14 19:08:54 +1200
commit87c59fe8734479046c8433f74787f615484b3df7 (patch)
tree30e8175a4c9c0a591fa37d0097f9f61757f52c5a /index.php
parent738b6d1690ad595b85657fa282132459865fed93 (diff)
fixed indentation for the pear code styles
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 71de39324..b8d9c7c69 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'];