mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
bootstrap.php now returns PhraseaKernel
This commit is contained in:
@@ -11,9 +11,10 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @package
|
* @return \Alchemy\Phrasea\Core
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||||
* @link www.phraseanet.com
|
* @link www.phraseanet.com
|
||||||
*/
|
*/
|
||||||
require_once dirname(__FILE__) . '/classes/bootstrap.class.php';
|
require_once dirname(__FILE__) . '/classes/bootstrap.class.php';
|
||||||
bootstrap::execute();
|
|
||||||
|
return bootstrap::execute();
|
||||||
|
Reference in New Issue
Block a user