mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Make the UTF tools available - recent changes require them in the install and they are likely to be needed in conversion as well
Fix some broken redirects Change the structure of language packs we scan for. (language packs should be named in the form xx-yy - all lowercase with hyphens as the separator) git-svn-id: file:///svn/phpbb/trunk@6461 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -553,7 +553,7 @@ class install_install extends module
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
$this->p_master->redirect("index?mode=install");
|
||||
$this->p_master->redirect("index.$phpEx?mode=install");
|
||||
}
|
||||
|
||||
$s_hidden_fields = ($img_imagick) ? '<input type="hidden" name="img_imagick" value="' . addslashes($img_imagick) . '" />' : '';
|
||||
@@ -725,7 +725,7 @@ class install_install extends module
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
$this->p_master->redirect("index?mode=install");
|
||||
$this->p_master->redirect("index.$phpEx?mode=install");
|
||||
}
|
||||
|
||||
$s_hidden_fields = ($img_imagick) ? '<input type="hidden" name="img_imagick" value="' . addslashes($img_imagick) . '" />' : '';
|
||||
@@ -880,7 +880,7 @@ class install_install extends module
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
$this->p_master->redirect("index?mode=install");
|
||||
$this->p_master->redirect("index.$phpEx?mode=install");
|
||||
}
|
||||
|
||||
$s_hidden_fields = ($img_imagick) ? '<input type="hidden" name="img_imagick" value="' . addslashes($img_imagick) . '" />' : '';
|
||||
@@ -964,7 +964,7 @@ class install_install extends module
|
||||
{
|
||||
// Someone's been silly and tried calling this page direct
|
||||
// So we send them back to the start to do it again properly
|
||||
$this->p_master->redirect("index?mode=install");
|
||||
$this->p_master->redirect("index.$phpEx?mode=install");
|
||||
}
|
||||
|
||||
$cookie_domain = ($server_name != '') ? $server_name : (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME');
|
||||
|
Reference in New Issue
Block a user