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

fixed new version check

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent c55bf2af53
commit f4ccb26909
  1. 2
      src/document/UBDocumentController.cpp

@ -1412,7 +1412,7 @@ bool UBDocumentController::isOKToOpenDocument(UBDocumentProxy* proxy)
if (docVersion.isEmpty() || docVersion.startsWith("4.1") || docVersion.startsWith("4.2")
|| docVersion.startsWith("4.3") || docVersion.startsWith("4.4") || docVersion.startsWith("4.5")
|| docVersion.startsWith("4.6")) // TODO UB 4.7 update if necessary
|| docVersion.startsWith("4.6") || docVersion.startsWith("4.8")) // TODO UB 4.7 update if necessary
{
return true;
}

Loading…
Cancel
Save