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 476fd96 commit cbf0b97Copy full SHA for cbf0b97
config/base.php
@@ -1,6 +1,6 @@
1
<?php
2
3
/* BASE SETTINGS */
4
-define('BASE_PATH', '/phreak'); // if running in subdir, leave empty if not or running with php's built-in webserver
+define('BASE_PATH', ''); // if running in subdir, leave empty if not or running with php's built-in webserver
5
define('BASE_URL', 'http://'.$_SERVER['HTTP_HOST'].BASE_PATH);
6
define('ROOT_DIR', dirname(__DIR__));
0 commit comments