Added transports.inc
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / transports.inc
1 <?php
2
3 function transport_load($transport) {
4 require_once(TRANSPORT_DIR.$transport.'.inc');
5 }
6
This page took 0.392198 seconds and 5 git commands to generate.