1 Star 4 Fork 1

白菜酱 / BigView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.php 487 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
白菜酱 提交于 2014-08-22 16:41 . open to public
<?php
if (!defined("IN_ACE") || !($aceman->is_login())) die("Forbidden.");
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>提示</title>
<?php
$filename = $_GET['filename'];
$param = (isset($_POST['ace_param']) ? $_POST['ace_param'] : NULL);
if (strtolower(substr($filename, -4)) == ".jar")
$aceman->exec_jar($filename, $param);
else if (strtolower(substr($filename, -2)) == ".r")
$aceman->exec_rscript($filename, $param);
alertAndBack("程序已运行。");
?>
PHP
1
https://gitee.com/xm1994/BigView.git
git@gitee.com:xm1994/BigView.git
xm1994
BigView
BigView
master

搜索帮助