mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2026-01-20 19:31:21 +00:00
8 lines
365 B
PHP
8 lines
365 B
PHP
<?php
|
|
require_once 'lib/autoload.inc'; //SYSTEM Classes
|
|
require_once 'buergerkandidaten/autoload.inc'; //Project Classes
|
|
require_once '/home/web/web/config/get_config.php';
|
|
|
|
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
|
|
|
|
echo (new SYSTEM\SAI\saigui())->html(); |