not entirely sure, think its all the messaging components
[glcas.git] / 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 ?>