generated from SeaCMS/modele-depot
13 lines
366 B
PHP
13 lines
366 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-License-Identifier: EUPL-1.2
|
|
* Authors: see /README.md
|
|
*/
|
|
chdir(dirname(__DIR__,2));
|
|
$GLOBALS['PicoVendorsDirectoryRelativeLevels'] = 1;
|
|
$_SERVER['SCRIPT_NAME'] = dirname($_SERVER['SCRIPT_NAME'],2).'/index.php';
|
|
$_SERVER['QUERY_STRING'] = 'theme&' . ($_SERVER['QUERY_STRING'] ?? '') ;
|
|
$_SERVER['PICO_URL_REWRITING'] = true;
|
|
include 'index.php';
|