url manipulation
[glcas.git] / lib / plugins / aptproxy.php
index 15c5adc..65d0c0d 100644 (file)
@@ -1,3 +1,6 @@
 <?php
+global $BASE_URLS;
 
+$BASE_URLS["ap"]["base"] = "ap"; // ap for apt-proxy
+$BASE_URLS["ap"]["function"] = "ap_pageBuilder"; // the page builder function for us
 ?>
\ No newline at end of file