Initial Commit
This commit is contained in:
7
config.php
Normal file
7
config.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$config = array();
|
||||
|
||||
$config['BasePath'] = (@$_SERVER['HTTPS'] == 'on' ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].'/';
|
||||
|
||||
$config['Debug'] = $_SERVER['HTTP_HOST'] == 'dev.htaccessbuilder.com';
|
||||
Reference in New Issue
Block a user