Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 57 | Rev 64 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php
|
1 | <?php
|
2 | 2 | ||
3 | namespace PointedEars\PHPX; |
3 | namespace PointedEars\PHPX; |
4 | 4 | ||
5 | if (!defined('DIRECTORY_SEPARATOR')) |
5 | if (!defined('\\DIRECTORY_SEPARATOR')) |
6 | {
|
6 | {
|
7 | define('DIRECTORY_SEPARATOR', '/'); |
7 | define('DIRECTORY_SEPARATOR', '/'); |
8 | }
|
8 | }
|
9 | 9 | ||
10 | function autoload ($class) |
10 | function autoload ($class) |