6 lines
138 B
PHP
6 lines
138 B
PHP
<?php
|
|
require_once 'index.inc';
|
|
|
|
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
|
|
|
|
echo (new SYSTEM\SAI\sai_gui())->html(); |