提交 51c96408 编写于 作者: D devil_gong

优化

上级 8d625ad0
......@@ -49,7 +49,7 @@ App({
},
// 请求地址
request_url: "{{request_url}}";
request_url: "{{request_url}}",
//request_url: "https://demo.shopxo.net/",
//request_url: 'http://localhost/project/shopxo/',
......
......@@ -144,6 +144,24 @@ function TestClick(){
<?php endif ?>
</td>
</tr>
<tr class="<?php if(is_writable('../AppMini'))echo 'yes'; ?>">
<td>./AppMini</td>
<td>可写</td>
<td>
<?php if (is_writable('../AppMini')): ?>
可写
<?php else: ?>
不可写
<?php endif ?>
</td>
<td>
<?php if (is_writable('../AppMini')): ?>
<?php else: ?>
×
<?php endif ?>
</td>
</tr>
<tr class="<?php if(is_writable('../Application/Common/Conf'))echo 'yes'; ?>">
<td>./Application/Common/Conf</td>
<td>可写</td>
......@@ -218,7 +236,7 @@ function TestClick(){
</tr>
</table>
<h2>函数</h2>
<h2>函数/类</h2>
<table class="table table-border">
<tr>
<th width="25%">坏境</th>
......@@ -227,7 +245,7 @@ function TestClick(){
<th width="25%">是否符合</th>
</tr>
<tr class="<?php if(function_exists('curl_init'))echo 'yes'; ?>">
<td>curl_init</td>
<td>curl_init 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('curl_init')): ?>
......@@ -245,7 +263,7 @@ function TestClick(){
</td>
</tr>
<tr class="<?php if(function_exists('fsockopen'))echo 'yes'; ?>">
<td>fsockopen</td>
<td>fsockopen 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('fsockopen')): ?>
......@@ -263,7 +281,7 @@ function TestClick(){
</td>
</tr>
<tr class="<?php if(function_exists('mysqli_connect'))echo 'yes'; ?>">
<td>mysqli_connect</td>
<td>mysqli_connect 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('mysqli_connect')): ?>
......@@ -281,7 +299,7 @@ function TestClick(){
</td>
</tr>
<tr class="<?php if(function_exists('file_get_contents'))echo 'yes'; ?>">
<td>file_get_contents</td>
<td>file_get_contents 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('file_get_contents')): ?>
......@@ -299,7 +317,7 @@ function TestClick(){
</td>
</tr>
<tr class="<?php if(function_exists('mb_convert_encoding'))echo 'yes'; ?>">
<td>mb_convert_encoding</td>
<td>mb_convert_encoding 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('mb_convert_encoding')): ?>
......@@ -317,7 +335,7 @@ function TestClick(){
</td>
</tr>
<tr class="<?php if(function_exists('json_encode'))echo 'yes'; ?>">
<td>json_encode</td>
<td>json_encode 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('json_encode')): ?>
......@@ -335,7 +353,7 @@ function TestClick(){
</td>
</tr>
<tr class="<?php if(function_exists('json_decode'))echo 'yes'; ?>">
<td>json_decode</td>
<td>json_decode 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('json_decode')): ?>
......@@ -352,6 +370,24 @@ function TestClick(){
<?php endif ?>
</td>
</tr>
<tr class="<?php if(class_exists('ZipArchive'))echo 'yes'; ?>">
<td>ZipArchive 类</td>
<td>支持</td>
<td>
<?php if (class_exists('ZipArchive')): ?>
支持
<?php else: ?>
不支持
<?php endif ?>
</td>
<td>
<?php if (class_exists('ZipArchive')): ?>
<?php else: ?>
×
<?php endif ?>
</td>
</tr>
</table>
<p class="agree">
<a class="btn btn-primary" href="./index.php?c=agreement">上一步</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册