mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
8
apps/atlbiomed/config/config.php
Executable file
8
apps/atlbiomed/config/config.php
Executable file
@ -0,0 +1,8 @@
|
||||
<?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);
|
Reference in New Issue
Block a user