improve timezone detection

This commit is contained in:
Robin Appelman 2019-02-06 14:56:11 +01:00
commit 5d1e55f67f
4 changed files with 99 additions and 4 deletions

View file

@ -45,6 +45,10 @@ class System implements ISystem {
return $this->getBinaryPath('stdbuf');
}
public function getDatePath() {
return $this->getBinaryPath('date');
}
public function libSmbclientAvailable() {
return function_exists('smbclient_state_new');
}