mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
9 lines
271 B
PHP
9 lines
271 B
PHP
![]() |
<?php
|
||
|
|
||
|
// include project configuration
|
||
|
include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
|
||
|
|
||
|
// symfony bootstraping
|
||
|
require_once($sf_symfony_lib_dir.'/util/sfCore.class.php');
|
||
|
sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir);
|