[Phpbbkb-checkins] SF.net SVN: phpbbkb: [12] root/install/kb_install.php
Status: Alpha
Brought to you by:
markthedaemon
From: <mar...@us...> - 2006-10-15 18:51:26
|
Revision: 12 http://svn.sourceforge.net/phpbbkb/?rev=12&view=rev Author: markthedaemon Date: 2006-10-15 11:51:20 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Few changes regarding the install file Modified Paths: -------------- root/install/kb_install.php Modified: root/install/kb_install.php =================================================================== --- root/install/kb_install.php 2006-10-15 18:36:21 UTC (rev 11) +++ root/install/kb_install.php 2006-10-15 18:51:20 UTC (rev 12) @@ -36,7 +36,7 @@ if( !$userdata['session_logged_in'] ) { $header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')) ) ? 'Refresh: 0; URL=' : 'Location: '; - header($header_location . append_sid("login.$phpEx?redirect=kb_install.$phpEx", true)); + header($header_location . append_sid($phpbb_root_path . "login.$phpEx?redirect=kb_install.$phpEx", true)); exit; } @@ -83,7 +83,7 @@ echo 'Please be sure to delete this file now.<br />'; echo 'If you have run into any errors, please visit the '. '<a href="http://www.phpbbknowledgebase.com" target="_blank">phpBB Knowledge Base Forums</a> or the <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=415458" target="_blank">phpBB.com topic</a> and ask someone for help.</span></td></tr>'; -echo '<tr><td class="catBottom" height="28" align="center"><span class="genmed"><a href="' . append_sid("index.$phpEx") . '">Have a nice day, and thanks for using the phpBB Knowledge Base MODification!</a></span></td></table>'; +echo '<tr><td class="catBottom" height="28" align="center"><span class="genmed"><a href="' . append_sid($phpbb_root_path . "index.$phpEx") . '">Have a nice day, and thanks for using the phpBB Knowledge Base MODification!</a></span></td></table>'; include($phpbb_root_path . 'includes/page_tail.'.$phpEx); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |