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 | |
parent | 8dd4fbbc3f1488826f5c306f4bbd19b0fdd48cbb (diff) | |
download | itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.tar.gz itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.tar.bz2 itools-930f7b038bf60b18e1b043289c3553398ca1b0fe.zip |
made autoload compatible
-rw-r--r-- | banner.class (renamed from banner/banner.class) | 0 | ||||
-rw-r--r-- | banner.lib | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/banner/banner.class b/banner.class index 9b876e3..9b876e3 100644 --- a/banner/banner.class +++ b/banner.class @@ -1,3 +1,3 @@ <?php -require_once('banner/banner.class'); +require_once('banner.class'); ?> |