Refactored commons/content.php for tools page
Update composer.php, config.php, and 7 more files...
This commit is contained in:
@@ -6,9 +6,11 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
||||
|
||||
$host = "nibblepoker.lu";
|
||||
$host_uri = "https://nibblepoker.lu";
|
||||
|
||||
$dir_commons = dirname(__FILE__);
|
||||
$dir_root = realpath($dir_commons . "/../");
|
||||
$dir_content = realpath($dir_commons . "/../" . "content/");
|
||||
$config_dir_content = realpath($dir_commons . "/../" . "content/");
|
||||
$config_dir_tools = realpath($dir_commons . "/../" . "content/");
|
||||
|
||||
// Optional features
|
||||
$enable_grids = false;
|
||||
|
Reference in New Issue
Block a user