oaooaPicHome beta1
This commit is contained in:
15
admin.php
Normal file
15
admin.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
|
||||
* @license https://www.oaooa.com/licenses/
|
||||
*
|
||||
* @link https://www.oaooa.com
|
||||
* @author zyx(zyx@oaooa.com)
|
||||
*/
|
||||
define('IN_ADMIN', TRUE);
|
||||
define('NOROBOT', TRUE);
|
||||
define('ADMINSCRIPT', basename(__FILE__));
|
||||
define('BASESCRIPT', basename(__FILE__));
|
||||
define('CURSCRIPT', 'admin');
|
||||
define('APPTYPEID', 0);
|
||||
require __DIR__.'/core/adminstart.php';
|
||||
Reference in New Issue
Block a user