pull/141/head
icret 2022-04-29 09:28:11 +00:00
parent 29f893ba7a
commit fd0e2a9e69
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ function checkPASS($name)
if (in_array(false, $checkres)) : ?>
<p class="text-primary">如果使用Liunx主机权限错误可以使用以下命令: </p>
<h6 class="code">chmod 755 -R /data/wwwroot/<?php echo $_SERVER['HTTP_HOST']; ?></h6>
<h6 class="code">chown -R www:www /data/wwwroot/<?php echo $_SERVER['HTTP_HOST']; ?></h6>
<h6 class="code">chmod 755 -R <?php echo APP_ROOT; ?></h6>
<h6 class="code">chown -R www:www <?php echo APP_ROOT; ?></h6>
<a href="./README/chmod.png" data-toggle="lightbox" class="btn btn-mini btn-primary">宝塔面板赋予权限演示</a>
<hr />
<p class="text-danger">如果你不想安装上述PHP扩展或跳过安装过程请删除<code>install</code>目录 <a href="https://www.kancloud.cn/easyimage/easyimage/2635850" target="_blank" class="btn btn-mini btn-primary">跳过安装页面</a></p>