mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
9 lines
186 B
PHP
9 lines
186 B
PHP
<?php
|
|
|
|
require_once __DIR__ . "/../../lib/bootstrap.php";
|
|
bootstrap::register_autoloads();
|
|
|
|
$app = require __DIR__ . '/../../lib/Alchemy/Phrasea/Application/Lightbox.php';
|
|
|
|
$app->run();
|