Merge branch 'multi-server' of github.com:ZoneMinder/ZoneMinder into multi-server
This commit is contained in:
commit
6ae1597671
|
@ -37,7 +37,7 @@ class Server {
|
||||||
if ( $this->Id() ) {
|
if ( $this->Id() ) {
|
||||||
return ZM_BASE_PROTOCOL . '://'. $this->Hostname();
|
return ZM_BASE_PROTOCOL . '://'. $this->Hostname();
|
||||||
} else {
|
} else {
|
||||||
return ZM_BASE_PATH;
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public function Hostname() {
|
public function Hostname() {
|
||||||
|
|
Loading…
Reference in New Issue