1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 11:53:34 +02:00

Missed quote

This commit is contained in:
Pavel Djundik
2015-12-12 17:22:52 +02:00
parent dd9cc14ba7
commit 6d1de4182f
+1 -1
View File
@@ -4,7 +4,7 @@
use xPaw\SourceQuery\SourceQuery;
// Edit this ->
define( 'SQ_SERVER_ADDR', 'localhost );
define( 'SQ_SERVER_ADDR', 'localhost' );
define( 'SQ_SERVER_PORT', 27015 );
define( 'SQ_TIMEOUT', 3 );
define( 'SQ_ENGINE', SourceQuery::SOURCE );