Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1711 → Rev 1712

/conf/radius/freeradiusweb-config.php
11,6 → 11,9
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;