corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 80  →  ?path2? @ 82
/maleFemale/installAvatars.php
@@ -40,7 +40,7 @@
# in this example though but this will not hurt anyone).
array_walk($params,
function(&$value, $key) {
$value = rawurlencode($key)."=".rawurlencode($value);
$value = urlencode($key)."=".urlencode($value);
}
);
$postvars = implode('&', $params);
/maleFemale/storeMaleFemale.php
@@ -64,7 +64,7 @@
# in this example though but this will not hurt anyone).
array_walk($params,
function(&$value, $key) {
$value = rawurlencode($key)."=".rawurlencode($value);
$value = urlencode($key)."=".urlencode($value);
}
);
$postvars = implode('&', $params);