Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
__DIR__
to dirname(__FILE__)
in order to works with PHP 5.…
…2.4+ The magic constant `__DIR__` was added in PHP 5.3.0, as said here: http://php.net/manual/en/language.constants.predefined.php
- Loading branch information