Rev 29 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 29 | Rev 34 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php
|
1 | <?php
|
2 | 2 | ||
3 | require_once __LIB__ . '/../global.inc'; |
3 | require_once __DIR__ . '/../global.inc'; |
4 | 4 | ||
5 | /* NOTE: Obsolete with autoloader */
|
5 | /* NOTE: Obsolete with autoloader */
|
6 | //require_once 'Zend/Registry.php';
|
6 | //require_once 'Zend/Registry.php';
|
7 | //require_once 'Zend/Db/Table.php';
|
7 | //require_once 'Zend/Db/Table.php';
|
8 | 8 |