install/lib/install.lib.php
@@ -760,6 +760,8 @@ Function to find the hash file for timezone detection (c) 2012 Marius Cramer, pixcept KG, m.cramer@pixcept.de */ function find_hash_file($hash, $dir, $basedir = '') { $res = opendir($dir); if(!$res) return false; @@ -784,6 +786,7 @@ return false; } /** Function to get the timezone of the Linux system (c) 2012 Marius Cramer, pixcept KG, m.cramer@pixcept.de