diff options
author | Urban Müller | 2007-07-18 15:04:39 +0000 |
---|---|---|
committer | Urban Müller | 2007-07-18 15:04:39 +0000 |
commit | 930f7b038bf60b18e1b043289c3553398ca1b0fe (patch) | |
tree | f8a1ee370d3b41676fe33b4ae55fb5a4bfb29081 /banner.lib | |
parent | 8dd4fbbc3f1488826f5c306f4bbd19b0fdd48cbb (diff) | |
download | itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.tar.gz itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.tar.bz2 itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.zip |
made autoload compatible
Diffstat (limited to 'banner.lib')
-rw-r--r-- | banner.lib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ <?php -require_once('banner/banner.class'); +require_once('banner.class'); ?> |