9 lines
345 B
PHP
9 lines
345 B
PHP
<?php
|
|
|
|
// include project configuration
|
|
include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
|
|
|
|
// symfony bootstraping
|
|
require_once(dirname(__FILE__). DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'stCore.class.php');
|
|
stCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir);
|