From 0d6e016ffae2bd9da4a642bc5e6388efb2979d7b Mon Sep 17 00:00:00 2001 From: x10d Date: Wed, 15 May 2013 16:14:05 +0200 Subject: [PATCH] Commented example server in config --- config/sphinxql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sphinxql.php b/config/sphinxql.php index 7dd0e94..7cd6bf3 100755 --- a/config/sphinxql.php +++ b/config/sphinxql.php @@ -26,7 +26,7 @@ return array( //'sphinx_second' => '123.45.67.89:8765', // ...or! - 'my_only_server' => '127.0.0.1:9312', + // 'my_only_server' => '127.0.0.1:9312', ), ), );