Changeset 3018
- Timestamp:
- Dec 23, 2008, 8:41:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extras/auto-install/trunk/piwigo-loader.php
r2879 r3018 499 499 $redir = preg_replace('#/+#','/',str_replace('\\', '/', dirname($_SERVER['SCRIPT_NAME'])).'/'.$dest.'/install.php'); 500 500 501 $text = '<h 2>'.l10n('Congratulations!').'</h2>'501 $text = '<h3>'.l10n('Congratulations!').'</h3>' 502 502 .'<p>'.l10n('Everything went fine. You are now ready to start the installation procedure.').'</p>' 503 503 .'<form action="'.$redir.'" method="get"><p class="button">'
Note: See TracChangeset
for help on using the changeset viewer.