PHP Classes

File: _server/app/modules/install/views/main/finish.tpl.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Spooky   _server/app/modules/install/views/main/finish.tpl.php   Download  
File: _server/app/modules/install/views/main/finish.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Spooky
System to manage content extensible using modules
Author: By
Last change:
Date: Yesterday
Size: 547 bytes
 

Contents

Class file image Download
<?php defined('H2O') or exit('Access denied') ?>

<p class="bold"><?php echo trans('Hooray! Your site has been successfully installed') ?></p>
<p class="bold italic"><?php echo trans('Two thing to do before visiting your site') ?></p>
<ol>
    <li><?php echo trans('For security reasons, please remove the following folder: %0%', H2O_SERVER_PATH . 'app' . H2O_DS . 'modules' . H2O_DS . 'install' . H2O_DS) ?></li>
</ol>
<p><a href="<?php echo H2O_ROOT_URL ?>"><?php echo trans('If you have completed both steps above, go to your site') ?></a></p>