diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2009-02-10 00:50:21 +0100 |
---|---|---|
committer | Perry Mason <crazypark2@yahoo.dk> | 2009-02-10 00:50:21 +0100 |
commit | ddad7f5298ff4293df10908c1833422f8e92eec7 (patch) | |
tree | a4bbaf424209c9006692b4f2a7f2e34ff928f608 /config | |
parent | 466ce2e173458a85f2316a349d359c81964aeb34 (diff) | |
download | pfsense-packages-ddad7f5298ff4293df10908c1833422f8e92eec7.tar.gz pfsense-packages-ddad7f5298ff4293df10908c1833422f8e92eec7.tar.bz2 pfsense-packages-ddad7f5298ff4293df10908c1833422f8e92eec7.zip |
guess I should have overwriting those files
Diffstat (limited to 'config')
-rw-r--r-- | config/phpsysinfo/phpsysinfo.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/phpsysinfo/phpsysinfo.inc b/config/phpsysinfo/phpsysinfo.inc index 2497b3e1..9a5499e4 100644 --- a/config/phpsysinfo/phpsysinfo.inc +++ b/config/phpsysinfo/phpsysinfo.inc @@ -67,9 +67,9 @@ if($showerrors) $showerrors = "true"; else $showerrors = "false"; - $hf = fopen("/usr/local/www/phpSysInfo/config.php","w"); + $hf = fopen("/usr/local/www/phpsysinfo/config.php","w"); if(!$hf) { - log_error("could not open /usr/local/www/phpSysInfo/config.php for writing"); + log_error("could not open /usr/local/www/phpsysinfo/config.php for writing"); exit; } |