diff --git a/SourceQuery/SourceQuery.class.php b/SourceQuery/SourceQuery.class.php index f44e2be..ff402e5 100644 --- a/SourceQuery/SourceQuery.class.php +++ b/SourceQuery/SourceQuery.class.php @@ -9,11 +9,6 @@ * I used it as a reference at some points. */ - if( !defined( '__DIR__' ) ) // PHP < 5.3 - { - define( '__DIR__', dirname( __FILE__ ) ); - } - require __DIR__ . '/Exceptions.class.php'; require __DIR__ . '/Buffer.class.php'; require __DIR__ . '/Socket.class.php';