10 lines
407 B
HTML
10 lines
407 B
HTML
|
|
<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>
|