jablonka.czprosek.czf

is

Subversion Repositories:
[/] [trunk/] [html/] [grab_globals.lib.php] - Diff between revs 3 and 4

Show entire file Ignore whitespace

Rev 3 Rev 4
Line 35... Line 35...
$_GET=sanitize($_GET); $_GET=sanitize($_GET);
$_COOKIE=sanitize($_COOKIE); $_COOKIE=sanitize($_COOKIE);
$_REQUEST=sanitize($_REQUEST); $_REQUEST=sanitize($_REQUEST);
   
foreach ($_POST as $var => $value) { foreach ($_POST as $var => $value) {
  ${"$var"}=$value;
  }
   
  foreach ($_GET as $var => $value) {
${"$var"}=$value; ${"$var"}=$value;
} }
   
// check if a subform is submitted // check if a subform is submitted
$__redirect = NULL; $__redirect = NULL;

Powered by WebSVN 2.2.1