[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <?php 2 3 require_once ('../../lib-common.php'); 4 5 // enable detailed error reporting 6 $_CONF['rootdebug'] = true; 7 8 $display = COM_siteHeader ('menu', 'Installation complete'); 9 $display .= COM_startBlock ('Installation complete'); 10 $display .= '<h2>Installation of Geeklog ' . VERSION . ' complete!</h2>'; 11 12 $display .= '<p>Congratulations, you have successfully installed Geeklog. Please take a minute to read the information displayed below.</p>'; 13 14 $display .= '<p>Then <a href="' . $_CONF['site_url'] . '">click here</a> to go to your site\'s front page and <b>learn about the default login</b>.</p>'; 15 16 $display .= '<h2>Check Permissions</h2>'; 17 $display .= '<p>Geeklog requires certain files and directories to be writable. To check if those are set up properly, please use <a href="check.php">this script</a>.</p>'; 18 19 $display .= '<h2>Security Warning</h2>'; 20 $display .= '<p>Once your site is up and running, don\'t forget to <strong>remove the install directory</strong>, <tt>' . $_CONF['path_html'] . 'admin/install</tt>, and <strong>change the password</strong> of the default \'Admin\' account.</p>'; 21 22 // note for those upgrading from Geeklog 1.2.5-1 or older 23 if (DB_count ($_TABLES['users'], 'username', 'NewAdmin') > 0) { 24 $display .= '<p><strong>Note:</strong> Because the security model has been changed, we have created a new account with the rights you need to administer your new site. The username for this new account is <b>NewAdmin</b> and the password is <b>password</b></p>.'; 25 } 26 27 $display .= COM_endBlock (); 28 $display .= COM_siteFooter (); 29 30 echo $display; 31 32 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |