Misc urlencode use fixes

This commit is contained in:
Loïc Chapeaux
2001-08-29 07:15:40 +00:00
parent 88b021f3bd
commit 9007431f71
11 changed files with 38 additions and 30 deletions

View File

@@ -143,7 +143,7 @@ if ($server > 0
<?php
echo "\n";
$common_url_query = 'lang=' . $lang . '&server=' . urlencode($server);
$common_url_query = 'lang=' . $lang . '&server=' . $server;
// 1. With authentication
if ($cfgServer['adv_auth'])