20 lines
422 B
PHP
Executable File
20 lines
422 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
|
|
include dirname(dirname(dirname(__FILE__))) . '/class/execution.class.php';
|
|
su('admin');
|
|
|
|
/**
|
|
|
|
title=测试 executionModel->getLimitedExecution();
|
|
cid=1
|
|
pid=1
|
|
|
|
获取所有受限制的执行ID >> 1
|
|
|
|
*/
|
|
|
|
$execution = new executionTest();
|
|
|
|
r($execution->getLimitedExecutionTest()) && p() && e('1'); // 获取所有受限制的执行ID
|