闸门小程序接口
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
if( !defined('IN') ) die('bad request');
|
||||
include_once( CROOT . 'controller' . DS . 'core.class.php' );
|
||||
|
||||
class appController extends coreController
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
// 载入默认的
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
// login check or something
|
||||
}
|
||||
Reference in New Issue
Block a user