Removed html specific to htaccessbuilder.com
Enabled inclusion of custom html and config.
This commit is contained in:
17
config.php
17
config.php
@@ -1,7 +1,10 @@
|
||||
<?php
|
||||
|
||||
$config = array();
|
||||
|
||||
$config['BasePath'] = (@$_SERVER['HTTPS'] == 'on' ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].'/';
|
||||
|
||||
$config['Debug'] = $_SERVER['HTTP_HOST'] == 'dev.htaccessbuilder.com';
|
||||
<?php
|
||||
|
||||
$config = array();
|
||||
|
||||
$config['BasePath'] = (@$_SERVER['HTTPS'] == 'on' ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].'/';
|
||||
|
||||
$config['Debug'] = False;
|
||||
|
||||
if (is_file('config.local.php'))
|
||||
include('config.local.php');
|
||||
Reference in New Issue
Block a user