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/f343f4215695635fad5fe6e3a118286ab4f1fc99/thirdparty/zlib/zlib-1.2.5/contrib/delphi/ZLibConst.pas
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
unit ZLibConst;
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
|
sInvalidStreamOp = 'Invalid stream operation';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|