corrected sai class

This commit is contained in:
Ulf Gebhardt 2018-11-18 22:56:25 +01:00
parent 25a207fad5
commit 21ec132089
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -5,4 +5,4 @@ require_once '/home/web/web/config/get_config.php';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__))); \SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
echo (new SYSTEM\SAI\saigui())->html(); echo (new SYSTEM\SAI\sai_gui())->html();