Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
536 |
mathias |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
if (file_exists($file = __DIR__ . '/autoload.php')) {
|
|
|
4 |
require_once $file;
|
|
|
5 |
} elseif (file_exists($file = __DIR__ . '/autoload.php.dist')) {
|
|
|
6 |
require_once $file;
|
|
|
7 |
}
|