Merge branch 'multi-server' of github.com:ZoneMinder/ZoneMinder into multi-server

This commit is contained in:
Isaac Connor 2016-01-04 14:51:47 -05:00
commit 6ae1597671
1 changed files with 1 additions and 1 deletions

View File

@ -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() {