security hotfix (lame transports)
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / transports.inc
index 13e18322aa296148ac079a30dfba638ee4aff4b2..b8ab4b1d60b296809c8ef9792376348f5056a8b4 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 
 function transport_load($transport) {
-       require_once(TRANSPORT_DIR.$transport.'.inc');
+
+       // XXX security hotfix, TODO harvie rewrite
+       require_once(TRANSPORT_DIR.'kyberia.sk.inc');
 }
 
 function transport_link($url) {
This page took 0.108102 seconds and 4 git commands to generate.