3.8.1
This commit is contained in:
19
public/install/_error.php
Normal file
19
public/install/_error.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php defined('PHALAPI_INSTALL') || die('no access'); ?>
|
||||
<?php include dirname(__FILE__) . DIRECTORY_SEPARATOR . '_header.php'; ?>
|
||||
<div class="radius bg bouncein window window_small">
|
||||
<div class="window_title t_error">
|
||||
<span class="icon-circle"> </span>
|
||||
<span class="icon-circle"></span>
|
||||
<span class="margin-small-left">错误提示</span>
|
||||
</div>
|
||||
<div class="padding-large text-black">
|
||||
<h1 class="margin-small-bottom" >PhalApi专业版安装遇到问题</h1>
|
||||
<h4><?php echo $error ?></h4>
|
||||
<hr>
|
||||
<div class="margin-big-top" >
|
||||
<a class="button bg-yellow margin-small-right" href="/install/" role="button"> 重新安装 </a>
|
||||
<button class="button">联系我们</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include dirname(__FILE__) . DIRECTORY_SEPARATOR . '_footer.php'; ?>
|
||||
Reference in New Issue
Block a user