We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575260f commit ee7bcdeCopy full SHA for ee7bcde
config/base.php
@@ -1,5 +1,5 @@
1
<?php
2
/* BASE SETTINGS */
3
-define('BASE_PATH',"/phreak"); // leave empty if not in subdir or "/phreak" for example subdir
+define('BASE_PATH',""); // if running in subdir, leave empty if not or running with php's built-in webserver
4
define('BASE_URL',"http://".$_SERVER['HTTP_HOST'].BASE_PATH);
5
define('ROOT_DIR', dirname(__DIR__));
0 commit comments