mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
add method setRepositoryUrl()
This commit is contained in:
parent
f83a43671b
commit
4be5afcef8
|
|
@ -179,6 +179,10 @@ class ExtensionMgr {
|
|||
return $this->cachedir."/extensions.php";
|
||||
} /* }}} */
|
||||
|
||||
public function setRepositoryUrl($reposurl) { /* {{{ */
|
||||
$this->reposurl = $reposurl;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Get the configuration of extensions
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user