mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
improve timezone detection
This commit is contained in:
parent
20da159fe4
commit
5d1e55f67f
4 changed files with 99 additions and 4 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue