fmhsong/site/center/libraries/setting.php

13 lines
242 B
PHP
Raw Normal View History

2022-05-20 11:21:39 +00:00
<?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";
}