mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-01 17:37:27 -04:00
9 lines
271 B
PHP
Executable File
9 lines
271 B
PHP
Executable File
<?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);
|