Added transports.inc
authorHarvie <tomas@mudrunka.cz>
Fri, 24 Dec 2010 00:48:51 +0000 (01:48 +0100)
committerHarvie <tomas@mudrunka.cz>
Fri, 24 Dec 2010 00:48:51 +0000 (01:48 +0100)
wwwroot/inc/transports.inc [new file with mode: 0644]

diff --git a/wwwroot/inc/transports.inc b/wwwroot/inc/transports.inc
new file mode 100644 (file)
index 0000000..6c595c3
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+
+function transport_load($transport) {
+       require_once(TRANSPORT_DIR.$transport.'.inc');
+}
+
This page took 0.139089 seconds and 4 git commands to generate.