code review by fei.hong : fixes bug to modify Helpers.php undifined vars and modify searchd ip
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ class SearchData | @@ -29,7 +29,7 @@ class SearchData | ||
29 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); | 29 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); |
30 | switch (APPLICATION_ENV) { | 30 | switch (APPLICATION_ENV) { |
31 | case 'release': | 31 | case 'release': |
32 | - return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; | 32 | + return 'http://100.98.132.63/yohosearch/search.json'; //return 'http://101.201.178.220/yohosearch/search.json'; |
33 | case 'preview': | 33 | case 'preview': |
34 | return 'http://101.200.31.165/yohosearch/search.json'; | 34 | return 'http://101.200.31.165/yohosearch/search.json'; |
35 | case 'test': | 35 | case 'test': |
-
Please register or login to post a comment