mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
9 lines
193 B
PHP
9 lines
193 B
PHP
<?php
|
|
|
|
require_once dirname(__FILE__) . "/../../lib/bootstrap.php";
|
|
bootstrap::register_autoloads();
|
|
|
|
$app = require dirname(__FILE__) . '/../../lib/classes/module/Lightbox.php';
|
|
|
|
$app->run();
|