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