mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30: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";
|
return $this->cachedir."/extensions.php";
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
public function setRepositoryUrl($reposurl) { /* {{{ */
|
||||||
|
$this->reposurl = $reposurl;
|
||||||
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the configuration of extensions
|
* Get the configuration of extensions
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user