diff options
Diffstat (limited to 'public.php')
-rw-r--r-- | public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php index db8419373ee..759e8e91619 100644 --- a/public.php +++ b/public.php @@ -1,5 +1,5 @@ <?php -$RUNTIME_NOAPPS = TRUE; +$RUNTIME_NOAPPS = true; require_once 'lib/base.php'; if (!isset($_GET['service'])) { header('HTTP/1.0 404 Not Found'); |