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/5835f7bb9de4fd868ea12bb660afe3ef010296e2/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.