mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +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
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
require_once dirname(__FILE__) . '/classes/bootstrap.class.php';
|
||||
bootstrap::execute();
|
||||
|
||||
return bootstrap::execute();
|
||||
|
Reference in New Issue
Block a user