9 lines
165 B
PHP
Executable File
9 lines
165 B
PHP
Executable File
<?php
|
|
|
|
if (!defined('IN_DISCUZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
require_once DISCUZ_ROOT . './source/plugin/witframe_api/core.php';
|
|
|
|
Lib\Remote::getInstance()->run(); |