Changeset 10562 for freepbx/branches
- Timestamp:
- 11/14/10 15:49:18 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/bootstrap/amp_conf/htdocs/admin/bootstrap.php
r10558 r10562 4 4 $benchmark_starttime = microtime_float(); 5 5 //require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 6 7 // include base functions 8 require_once('functions.inc.php'); 6 9 // connect to database 7 10 require_once('common/db_connect.php'); //PEAR must be installed 8 // include base functions9 require_once('functions.inc.php');10 11 11 12 if (isset($amp_conf['php_error_reporting'])) {
