ConstruccionesCNJ_Web/Source/gallery2/upgrade/templates/UpgradeCoreModuleSuccess.html
2007-10-31 12:30:19 +00:00

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; ?>