aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpsysinfo/phpsysinfo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/phpsysinfo/phpsysinfo.inc')
-rw-r--r--config/phpsysinfo/phpsysinfo.inc4
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;
}