Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/blame/commit/1f4c216039215f330b9ce18a14b03c4c3ba59158/thirdparty/zlib/zlib-1.2.5/contrib/delphi/ZLibConst.pas You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
OpenBoard/thirdparty/zlib/zlib-1.2.5/contrib/delphi/ZLibConst.pas

12 lines
186 B

unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.