Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1712 → Rev 1710

/conf/radius/freeradiusweb-config.php
11,9 → 11,6
extract($_POST);
extract($_COOKIE);
}
foreach($_POST as $key => $value){
${$key} = $value;
}
# If using sessions set use_session to 1 to also cache the config file
#
$use_session = 0;