We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9cc14 commit 6d1de41Copy full SHA for 6d1de41
Examples/View.php
@@ -4,7 +4,7 @@
4
use xPaw\SourceQuery\SourceQuery;
5
6
// Edit this ->
7
- define( 'SQ_SERVER_ADDR', 'localhost );
+ define( 'SQ_SERVER_ADDR', 'localhost' );
8
define( 'SQ_SERVER_PORT', 27015 );
9
define( 'SQ_TIMEOUT', 3 );
10
define( 'SQ_ENGINE', SourceQuery::SOURCE );
0 commit comments