Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
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