diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2017-04-19 18:39:25 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2017-04-19 18:39:25 +0200 |
| commit | 93c0eee41d0a1ac512efe9e7018366358d355622 (patch) | |
| tree | 33d8b205dd42cc58b44ce6660a4016e12a99f711 | |
| parent | b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3 (diff) | |
| download | phorkie-93c0eee41d0a1ac512efe9e7018366358d355622.tar.gz phorkie-93c0eee41d0a1ac512efe9e7018366358d355622.zip | |
Warn people about changing config.default.php
| -rw-r--r-- | data/config.default.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 253650d..4c37849 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,4 +1,9 @@ <?php +/** + * phorkie's default configuration. + * + * DO NOT EDIT THIS FILE but write your changes into data/config.php + */ $pharFile = \Phar::running(); if ($pharFile == '') { $phorkieDir = __DIR__ . '/../'; |
