Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/c4d93a7c17ecfd1fcc86f5750973ed000a9e3554 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed utf-8 as standard for config file

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent ba6013aac3
commit c4d93a7c17
  1. 1
      src/core/UBSettings.cpp

@ -145,6 +145,7 @@ QSettings* UBSettings::getAppSettings()
}
UBSettings::sAppSettings = new QSettings(appSettings, QSettings::IniFormat, 0);
UBSettings::sAppSettings->setIniCodec("utf-8");
}
return UBSettings::sAppSettings;

Loading…
Cancel
Save