📄 finish.php
字号:
<h1 class="pageTitle"><span>Step <?php echo $current_step->getStepNumber() ?>:</span> Finish</h1><p>Installation process:</p><?php if (isset($status_messages)) { ?><ul><?php foreach ($status_messages as $status_message) { ?> <li><?php echo $status_message ?></li><?php } // foreach ?></ul><?php } // if ?><?php if (isset($all_ok) && $all_ok) { ?><h1>Success!</h1><p>You have installed ProjectPier <strong>successfully</strong>. Go to <a href="<?php echo $absolute_url ?>" onclick="window.open('<?php echo $absolute_url ?>'); return false;"><?php echo clean($absolute_url) ?></a> and start managing your projects (ProjectPier will ask you to create administrator user and provide some details about your company first).</p><p><strong>Visit <a href="http://www.projectpier.org/">www.ProjectPier.org</a> for news and updates.</strong>. <?php } // if ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -