13 lines
242 B
PHP
13 lines
242 B
PHP
|
<?php
|
||
|
/*
|
||
|
Copyright GHINK Network Studio
|
||
|
Author: Bigsk(https://www.xiaxinzhe.cn)
|
||
|
*/
|
||
|
if(!defined('IN_SYS')){//Defined entreance security.
|
||
|
header('HTTP/1.1 403 Forbidden');
|
||
|
exit();
|
||
|
}
|
||
|
|
||
|
class setting{
|
||
|
const version="v1 alpha 2.0.0";
|
||
|
}
|