Ok ok, so I'm not perfect :P

This commit is contained in:
Ice
2008-08-10 03:11:12 +00:00
parent 18d0124675
commit 5d9726986c
5 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ else
<h1><?php echo $user->lang['INSTALLER_INSTALL_TITLE']; ?></h1>
<p><?php echo $user->lang['INSTALLER_INSTALL_NOTE']; ?></p>
<form id="acp_board" method="post" action="<?php echo append_sid('install.'.$phpEx, 'mode=install'); ?>">
<form id="acp_board" method="post" action="<?php echo append_sid($phpbb_root_path.'install_portal/install.'.$phpEx, 'mode=install'); ?>">
<fieldset>
<legend><?php echo $user->lang['INSTALLER_INSTALL']; ?></legend>
<dl>

View File

@@ -23,7 +23,7 @@ else
<h1><?php echo $user->lang['INSTALLER_UNINSTALL_TITLE']; ?></h1>
<p><?php echo $user->lang['INSTALLER_UNINSTALL_NOTE']; ?></p>
<form id="acp_board" method="post" action="<?php echo append_sid('install.'.$phpEx, 'mode=uninstall'); ?>">
<form id="acp_board" method="post" action="<?php echo append_sid($phpbb_root_path.'install_portal/install.'.$phpEx, 'mode=uninstall'); ?>">
<fieldset>
<legend><?php echo $user->lang['INSTALLER_UNINSTALL']; ?></legend>
<dl>

View File

@@ -26,7 +26,7 @@ else
<h1><?php echo $user->lang['INSTALLER_UPDATE_TITLE']; ?></h1>
<p><?php echo sprintf($user->lang['INSTALLER_UPDATE_NOTE'], $old_version, $current_version); ?></p>
<form id="acp_board" method="post" action="<?php echo append_sid('install.'.$phpEx, 'mode=update'); ?>">
<form id="acp_board" method="post" action="<?php echo append_sid($phpbb_root_path.'install_portal/install.'.$phpEx, 'mode=update'); ?>">
<fieldset>
<legend><?php echo $user->lang['INSTALLER_UPDATE']; ?></legend>
<dl>