diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-07-04 07:33:29 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-07-04 07:33:29 +0200 |
| commit | 979fd71983f72991b7b698d0fa57b46213503672 (patch) | |
| tree | aabd3e5fa1a7f825e63de5b4ba6e3f76b70928a9 /data/config.default.php | |
| parent | bbe055e8c11da1ec0eddee461a31fb5acf382c92 (diff) | |
| download | phorkie-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.php | 2 |
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) |
