aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-07-04 07:33:29 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-07-04 07:33:29 +0200
commit979fd71983f72991b7b698d0fa57b46213503672 (patch)
treeaabd3e5fa1a7f825e63de5b4ba6e3f76b70928a9 /data/config.default.php
parentbbe055e8c11da1ec0eddee461a31fb5acf382c92 (diff)
downloadphorkie-979fd71983f72991b7b698d0fa57b46213503672.tar.gz
phorkie-979fd71983f72991b7b698d0fa57b46213503672.zip
detect baseurl automatically, load config file from .phar
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 8f796f4..eb98efd 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -4,7 +4,7 @@ $GLOBALS['phorkie']['cfg'] = array(
'gitdir' => __DIR__ . '/../repos/git/',
'workdir' => __DIR__ . '/../repos/work/',
'tpl' => __DIR__ . '/templates/',
- 'baseurl' => '/',
+ 'baseurl' => null,
'avatars' => true,
'css' => '',
'iconpng' => '',//phorkie browser icon (favicon)