65d0c0d76949edd1835185dc58687481db54348c
[glcas.git] / lib / plugins / aptproxy.php
1 <?php
2 global $BASE_URLS;
3
4 $BASE_URLS["ap"]["base"] = "ap"; // ap for apt-proxy
5 $BASE_URLS["ap"]["function"] = "ap_pageBuilder"; // the page builder function for us
6 ?>