Initial Commit

This commit is contained in:
2013-02-08 20:18:32 +00:00
commit eaaf97ef7e
61 changed files with 3375 additions and 0 deletions

7
config.php Normal file
View 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';