mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 12:32:34 +02:00
Change phpVersionParam to ?version=0.1
This commit is contained in:
@@ -409,7 +409,7 @@ void MenuStateMods::simpleTask(BaseThread *callingThread) {
|
|||||||
|
|
||||||
if(config.getString("Masterserver","") != "") {
|
if(config.getString("Masterserver","") != "") {
|
||||||
string baseURL = config.getString("Masterserver");
|
string baseURL = config.getString("Masterserver");
|
||||||
string phpVersionParam = config.getString("phpVersionParam","?version=1");
|
string phpVersionParam = config.getString("phpVersionParam","?version=0.1");
|
||||||
|
|
||||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line %d] About to call first http url, base [%s]..\n",__FILE__,__FUNCTION__,__LINE__,baseURL.c_str());
|
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line %d] About to call first http url, base [%s]..\n",__FILE__,__FUNCTION__,__LINE__,baseURL.c_str());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user