Show
Ignore:
Timestamp:
11/14/10 15:49:18 (3 years ago)
Author:
mickecarlsson
Message:

Re #4566 functions.inc.php needs to be loaded before db_connect

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/bootstrap/amp_conf/htdocs/admin/bootstrap.php

    r10558 r10562  
    44$benchmark_starttime = microtime_float(); 
    55//require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 
     6 
     7// include base functions 
     8require_once('functions.inc.php'); 
    69// connect to database 
    710require_once('common/db_connect.php'); //PEAR must be installed 
    8 // include base functions 
    9 require_once('functions.inc.php'); 
    1011 
    1112if (isset($amp_conf['php_error_reporting'])) {