We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059f78c commit 5fa0887Copy full SHA for 5fa0887
.gitignore
@@ -1,2 +1,2 @@
1
cache/
2
-config.php
+include/config.php
include/common.php
@@ -32,8 +32,8 @@
32
}
33
34
// Attempt to load the configuration file config.php
35
-if (file_exists(PUN_ROOT.'config.php')) {
36
- require PUN_ROOT.'config.php';
+if (file_exists(PUN_ROOT.'include/config.php')) {
+ require PUN_ROOT.'include/config.php';
37
38
39
// If we have the 1.3-legacy constant defined, define the proper 1.4 constant so we don't get an incorrect "need to install" message
0 commit comments