Project

General

Profile

Download (220 Bytes) Statistics
| Branch: | Tag: | Revision:
1
global $config;
2

    
3
$config = parse_config(true);
4

    
5
$config['system']['webgui']['nohttpreferercheck'] = true;
6

    
7
echo "Disabling HTTP referer check...";
8

    
9
write_config("PHP shell disabled HTTP referer check");
10

    
11
echo "done.\n";
(4-4/18)