Erste lauffähige Umgebung
This commit is contained in:
10
index.php
10
index.php
@@ -7,14 +7,14 @@
|
||||
* @copyright CS medien- & kommunikationssysteme (http://www.steinle-computer.de)
|
||||
*/
|
||||
|
||||
$url = (!isset($_GET['url']) || empty($_GET['url'])) ? 'allradhaus' : '/' . $_GET['url'];
|
||||
$url = (!isset($_GET['url']) || empty($_GET['url'])) ? 'ahd_allradhaus' : '/' . $_GET['url'];
|
||||
$pathRoot = __DIR__ . '/';
|
||||
|
||||
require_once($pathRoot . '.config/config_global.php');
|
||||
require_once($pathRoot . 'backend/editor/.config/editor_config.php');
|
||||
$loader = require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
$route = new \Route\FrontendRoute($url);
|
||||
$registry = \Helper\Registry::getInstance();
|
||||
$registry->editorConfig = $editor;
|
||||
|
||||
//$array = array(0 => array('Model' => 'ImageText', 'ID' => 1));
|
||||
//echo '<pre>';
|
||||
//var_dump(json_encode($array));
|
||||
$route = new \Route\FrontendRoute($url);
|
||||
Reference in New Issue
Block a user