HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/dd.cwoyt.com/Application/Install/View/Install/step1.html
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>赛脑订单系统安装程序</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
		<script src="__STATIC__/jquery-1.10.2.min.js"></script>
		<link href="__CSS__/install2.css" rel="stylesheet">
        <link rel="stylesheet" href="__CSS__/layui.css">
    </head>
<body>
<div class="inside">
      <div class="inwp cl">  
		<h2><a href="__ROOT__/install.php"><img src="__IMG__/logo.png" alt="赛脑订单系统"></a></h2>
        <ul>
            <li class="innumber">1</li>
            <li class="inword">安装协议</li>
        </ul>
        <ul>
            <li class="innumber innumber1">2</li>
            <li class="inword">环境检测</li>
        </ul>
        <ul>
            <li class="innumber">3</li>
            <li class="inword">创建数据</li>
        </ul>
        <ul>
            <li class="innumber">4</li>
            <li class="inword">安装完成</li>
        </ul>
    </div>
</div>

<div class="inside2">
   <div class="inwp cl">


    <h2>环境检测</h2>
    <table width="100%">
            <tr>
                <th>项目</th>
                <th>所需配置</th>
                <th>当前配置</th>
            </tr>

            <volist name="env" id="item">
                <tr>
                    <td>{$item[0]}</td>
                    <td>{$item[1]}</td>
                    <td>{$item[3]}</td>       
                </tr>
            </volist>
    </table>

    
	<h2>目录、文件权限检查</h2>
	<table width="100%">

            <tr>
                <th>目录/文件</th>
                <th>所需状态</th>
                <th>当前状态</th>
            </tr>
            <volist name="dirfile" id="item">
                <tr>
                    <td>{$item[3]}</td>
                    <td>可写</td>
                    <td>{$item[1]}</td>
                </tr>
            </volist>
    </table>




    <h2>函数依赖性检查</h2>
       <table width="100%">
            <tr>
                <th>函数名称</th>
                <th>检查结果</th>
            </tr>
            <volist name="func" id="item">
                <tr>
                    <td>{$item[0]}()</td>
                    <td><i class="ico-{$item[2]}">&nbsp;</i>{$item[1]}</td>
                </tr>
            </volist>

    </table>



	<div class="inout1">
	<a href="{:U('Index/index')}">上一步</a>
	</div>
	<div class="inout2">
	<a href="{:U('Install/step2')}">下一步</a>
	</div>

</div>
</div>
</body>
</html>