aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions.inc.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 9d8ea914f..e8d9957bb 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -556,9 +556,9 @@ function pwg_debug( $string )
* @param integer $refreh_time
* @return void
*/
-function redirect( $url , $msg = '', $refresh_time = 0)
+function redirect( $url , $msg = '', $refresh_time = 1000)
{
- global $lang_info;
+ global $lang_info, $lang;
if (!isset($lang_info)) {
include_once(get_language_filepath('common.lang.php'));
@@ -581,8 +581,6 @@ function redirect( $url , $msg = '', $refresh_time = 0)
'CONTENT_ENCODING' => $lang_info['charset'],
'LANG'=>$lang_info['code'],
'DIR'=>$lang_info['direction'],
- 'CONTENT' => print_r($user,true),
- 'LANG_INFO' => print_r($lang_info,true)
)
);