#
# Aktualizacja dla for phpBB
#

#
#-----[ COPY ]------------------------------------------
#
copy  root/admin/*                    to admin/
copy  root/includes/*                 to includes/
copy  root/language/*                 to language/
copy  root/templates/*                to templates/
copy  root/sitemap.php                to sitemap.php

#
#-----[ SQL ]------------------------------------------
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('sf_rewrite_all_htm', 1);

#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php

#
#-----[ FIND ]------------------------------------------
#
	'U_INDEX' => append_sid('index.'.$phpEx),

#
#-----[ REPLACE WITH ]------------------------------------------
#
	'U_INDEX' => append_sid(get_board_url()),
