3.8.1
This commit is contained in:
20
public/install/_step3.php
Normal file
20
public/install/_step3.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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_success">
|
||||
<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 Pro 已安装成功!</h1>
|
||||
<h4 class="margin-big-bottom">接下来,可以开始使用啦,成功安装后请删除./public/install目录。</h4>
|
||||
<hr>
|
||||
<div class="margin-big-top" >
|
||||
<a target="_blank" href="/" class="button bg-yellow margin-left">进入首页</a>
|
||||
<a target="_blank" href="/api/app.php?s=App.HelloWorld.Say" class="button bg-green">测试接口</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include dirname(__FILE__) . DIRECTORY_SEPARATOR . '_footer.php'; ?>
|
||||
Reference in New Issue
Block a user