git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
22 lines
952 B
HTML
22 lines
952 B
HTML
<div class="success">
|
|
<h1><?php print _("Upgraded Gallery Core Module successfully.") ?></h1>
|
|
</div>
|
|
|
|
<p>
|
|
<?php print _("We've successfully upgraded the Gallery Core Module.") ?>
|
|
</p>
|
|
|
|
<?php if ($templateData['canChmod'] && !$templateData['isConfigSecure']): ?>
|
|
<p>
|
|
<?php printf(_("<b>Reminder</b>: Now update the permissions on config.php to make sure it is not writeable by other people. Right now your config.php has modes of %s. We suggest that you do this:"), $templateData['configFileMode']) ?>
|
|
</p>
|
|
<div class="example">
|
|
<pre> <?php printf("chmod 644 %s", $templateData['configFilePath']) ?></pre>
|
|
</div>
|
|
<div class="go">
|
|
<div class="btn btn-redo"><div><div><div><div><div><div><div><div>
|
|
<a href="<?php generateUrl('index.php?step=' . $stepNumber) ?>"><?php print _('Recheck config.php') ?></a>
|
|
</div></div></div></div></div></div></div></div></div>
|
|
</div>
|
|
<?php endif; ?>
|