Skip to content

Commit 7a1d29b

Browse files
committed
Remove PHP 5.3 hack
1 parent f75b945 commit 7a1d29b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SourceQuery/SourceQuery.class.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
* I used it as a reference at some points.
1010
*/
1111

12-
if( !defined( '__DIR__' ) ) // PHP < 5.3
13-
{
14-
define( '__DIR__', dirname( __FILE__ ) );
15-
}
16-
1712
require __DIR__ . '/Exceptions.class.php';
1813
require __DIR__ . '/Buffer.class.php';
1914
require __DIR__ . '/Socket.class.php';

0 commit comments

Comments
 (0)