Bernd Wurst commited on 2016-09-10 06:44:43
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -34,7 +34,7 @@ if (!preg_match('/((daily_|hourly_|ctry_)?(usage|agent|search|ref|url|site)(_[0- |
34 | 34 |
system_failure("Ungültiger Dateiname: »".filter_input_general($_REQUEST['file'])."«"); |
35 | 35 |
} |
36 | 36 |
|
37 |
-$path = '/home/stats/webalizer/data/' . $vhost['fqdn']; |
|
37 |
+$path = '/home/stats/webalizer/data/' . idn_to_ascii($vhost['fqdn']); |
|
38 | 38 |
$file = $path . '/' . $_REQUEST['file']; |
39 | 39 |
|
40 | 40 |
if ( is_file($file) ) |
41 | 41 |