summaryrefslogtreecommitdiff
path: root/banner.lib
diff options
context:
space:
mode:
authorUrban Müller2007-07-18 15:04:39 +0000
committerUrban Müller2007-07-18 15:04:39 +0000
commit930f7b038bf60b18e1b043289c3553398ca1b0fe (patch)
treef8a1ee370d3b41676fe33b4ae55fb5a4bfb29081 /banner.lib
parent8dd4fbbc3f1488826f5c306f4bbd19b0fdd48cbb (diff)
downloaditools-930f7b038bf60b18e1b043289c3553398ca1b0fe.tar.gz
itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.tar.bz2
itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.zip
made autoload compatible
Diffstat (limited to 'banner.lib')
-rw-r--r--banner.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/banner.lib b/banner.lib
index 4de6252..0ec5eb5 100644
--- a/banner.lib
+++ b/banner.lib
@@ -1,3 +1,3 @@
<?php
-require_once('banner/banner.class');
+require_once('banner.class');
?>