diff --git a/Examples/View.php b/Examples/View.php index dac22c5..e5bdd5c 100644 --- a/Examples/View.php +++ b/Examples/View.php @@ -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 );