mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
6 lines
115 B
PHP
6 lines
115 B
PHP
<?php
|
|
|
|
require_once dirname(__FILE__) . '/../lib/classes/bootstrap.class.php';
|
|
|
|
return bootstrap::execute('test');
|