PHP Classes

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

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OGame PHP Game Engine   Script/_server/app/modules/install/views/main/finish.tpl.php   Download  
File: Script/_server/app/modules/install/views/main/finish.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: H2OGame PHP Game Engine
Application to manage an online games platform
Author: By
Last change:
Date: 2 years ago
Size: 762 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>
    <li><?php echo trans('Download your games %0% and unzip the zip archive into the following directory: %1%', '<a href="http://software.hizup.com/web/h2ogamedata">' . trans('here') . '</a>', H2O_ROOT_PATH) ?></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>