add method setRepositoryUrl()

This commit is contained in:
Uwe Steinmann 2025-11-15 11:26:31 +01:00
parent f83a43671b
commit 4be5afcef8

View File

@ -179,6 +179,10 @@ class ExtensionMgr {
return $this->cachedir."/extensions.php";
} /* }}} */
public function setRepositoryUrl($reposurl) { /* {{{ */
$this->reposurl = $reposurl;
} /* }}} */
/**
* Get the configuration of extensions
*