From 6d1de4182f76b78fb7040096bda3e149f902a967 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 12 Dec 2015 17:22:52 +0200 Subject: [PATCH] Missed quote --- Examples/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );