1
0
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:
xPaw
2015-04-27 22:28:57 +03:00
parent f75b9451f2
commit 7a1d29b47f
-5
View File
@@ -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';