mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:43:33 +02:00
Remove PHP 5.3 hack
This commit is contained in:
@@ -9,11 +9,6 @@
|
|||||||
* I used it as a reference at some points.
|
* 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__ . '/Exceptions.class.php';
|
||||||
require __DIR__ . '/Buffer.class.php';
|
require __DIR__ . '/Buffer.class.php';
|
||||||
require __DIR__ . '/Socket.class.php';
|
require __DIR__ . '/Socket.class.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user