From 21ec132089f29b79007b7be99dc1261a847aa34d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 18 Nov 2018 22:56:25 +0100 Subject: [PATCH] corrected sai class --- sai.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sai.php b/sai.php index e0bed42..51b2ebf 100644 --- a/sai.php +++ b/sai.php @@ -5,4 +5,4 @@ require_once '/home/web/web/config/get_config.php'; \SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__))); -echo (new SYSTEM\SAI\saigui())->html(); \ No newline at end of file +echo (new SYSTEM\SAI\sai_gui())->html(); \ No newline at end of file