This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_democracy/sai.php

8 lines
334 B
PHP

<?php
require_once 'lib/autoload.inc'; //SYSTEM Classes
require_once 'democracy/autoload.inc'; //Project Classes
require_once 'config.php';
\SYSTEM\system::start(\WEBCRAFT\democracy_deutschland_config());
echo (new SYSTEM\SAI\sai_gui())->html();