summaryrefslogtreecommitdiffstats
path: root/web/lib/routing.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/routing.inc.php')
-rw-r--r--web/lib/routing.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/lib/routing.inc.php b/web/lib/routing.inc.php
index 206886c..b1e5be2 100644
--- a/web/lib/routing.inc.php
+++ b/web/lib/routing.inc.php
@@ -58,6 +58,10 @@ function get_pkg_uri($pkgname) {
}
}
+function get_pkgbase_uri($pkgbase_name) {
+ return get_pkg_uri($pkgbase_name);
+}
+
function get_user_route() {
global $USER_PATH;
return $USER_PATH;