mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
global $config;
|
|
|
|
$config = parse_config(true);
|
|
|
|
$config['system']['webgui']['nohttpreferercheck'] = true;
|
|
|
|
echo "Disabling HTTP referer check...";
|
|
|
|
write_config("PHP shell disabled HTTP referer check");
|
|
|
|
echo "done.\n";
|