This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/gallery2/install/templates/CreateConfigFileSuccess.html

10 lines
407 B
HTML
Raw Normal View History

<div class="success">
<h1>
<?php print _('Config file created successfully.') ?>
</h1>
</div>
<p>
<?php print _("We've written out all the information you provided into a file called <b>config.php</b> in your gallery2 directory. You can read through this file and make changes to it if you want. Be careful, though -- if you make mistakes in that file then Gallery won't work properly!") ?>
</p>