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.
go-trainer/sai.php

8 lines
358 B
PHP

<?php
require_once 'lib/autoload.inc'; //SYSTEM Classes
require_once 'go_trainer/autoload.inc'; //Project Classes
require_once '/home/web/web/config/get_config.php';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
echo (new SYSTEM\SAI\saigui())->html();