19 lines
383 B
PHP
19 lines
383 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
|
|
include dirname(dirname(dirname(__FILE__))) . '/class/editor.class.php';
|
|
su('admin');
|
|
|
|
/**
|
|
|
|
title=测试 editorModel::getAPILink();
|
|
cid=1
|
|
pid=1
|
|
|
|
获取todo模块的debug链接 >> 1
|
|
|
|
*/
|
|
|
|
$editor = new editorTest();
|
|
r($editor->getAPILinkTest()) && p() && e(1); //获取todo模块的debug链接
|