diff options
-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; } |