diff options
Diffstat (limited to 'maintenance/dev/includes')
-rw-r--r-- | maintenance/dev/includes/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/dev/includes/router.php b/maintenance/dev/includes/router.php index 0a65e31e..97c8954a 100644 --- a/maintenance/dev/includes/router.php +++ b/maintenance/dev/includes/router.php @@ -98,5 +98,5 @@ if ( $mime ) { return true; } -# Let the php server handle things on it's own otherwise +# Let the php server handle things on its own otherwise return false; |