Make remote server variable
This commit is contained in:
@@ -88,7 +88,8 @@ class CATC extends Main
|
||||
'context' => $this->asContext,
|
||||
'cookie' => Auth::USER_COOKIE_PASS,
|
||||
'workshops' => (new Course($this->oDb))->getWorkshops(),
|
||||
'courses' => (new Course($this->oDb))->getCourses()
|
||||
'courses' => (new Course($this->oDb))->getCourses(),
|
||||
'server' => Settings::SERVER_URL
|
||||
),
|
||||
'vars' => $this->getVars()
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user