Erste lauffähige Umgebung

This commit is contained in:
2017-01-09 07:12:57 +00:00
parent b974059208
commit 30efdc809c
25 changed files with 1770 additions and 193 deletions

View File

@@ -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);