GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
867423f
)
Added transports.inc
author
Harvie
<tomas@mudrunka.cz>
Fri, 24 Dec 2010 00:48:51 +0000
(
01:48
+0100)
committer
Harvie
<tomas@mudrunka.cz>
Fri, 24 Dec 2010 00:48:51 +0000
(
01:48
+0100)
wwwroot/inc/transports.inc
[new file with mode: 0644]
patch
|
blob
diff --git a/wwwroot/inc/transports.inc
b/wwwroot/inc/transports.inc
new file mode 100644
(file)
index 0000000..
6c595c3
--- /dev/null
+++ b/
wwwroot/inc/transports.inc
@@ -0,0
+1,6
@@
+<?php
+
+function transport_load($transport) {
+ require_once(TRANSPORT_DIR.$transport.'.inc');
+}
+
This page took
0.134285 seconds
and
4
git commands to generate.