git.cweiske.de
/
phorkie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b039667
)
Warn people about changing config.default.php
author
Christian Weiske
<
[email protected]
>
Wed, 19 Apr 2017 16:39:25 +0000
(18:39 +0200)
committer
Christian Weiske
<
[email protected]
>
Wed, 19 Apr 2017 16:39:25 +0000
(18:39 +0200)
data/config.default.php
patch
|
blob
|
history
diff --git
a/data/config.default.php
b/data/config.default.php
index 253650d6eae3d2c26317205ec2e37f278c1f6821..4c3784950e1ff2957007563ed65be3a736144f0c 100644
(file)
--- 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__ . '/../';