Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/src/commit/59b3ecd2315f16ebf733696a3f8e26873e41cd9f/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

11 lines
186 B

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