Projet

Général

Profil

« Précédent | Suivant » 

Révision 6f3d2063

Ajouté par Renato Botelho il y a presque 10 ans

Replace Header() calls by lowercase

Voir les différences:

etc/inc/functions.inc
66 66
	                $complete_url = "{$protocol}://{$_SERVER['SERVER_NAME']}{$port}/{$text}";
67 67
	                echo "\ndocument.location.href = '{$complete_url}';\n";
68 68
	        } else {
69
	                Header("Location: $text");
69
	                header("Location: $text");
70 70
	        }
71 71
	}
72 72
}
......
148 148
require_once("system.inc");
149 149
require_once("vslb.inc");
150 150

  
151
?>
151
?>

Formats disponibles : Unified diff