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/9b60889713981d5fc8804fcab767e349c1560b27/thirdparty/openssl/openssl-1.0.0d/util/extract-section.pl
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
#!/usr/bin/perl
|
|
|
|
|
|
|
|
while(<STDIN>) {
|
|
|
|
if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
|
|
|
|
{
|
|
|
|
print "$1\n";
|
|
|
|
exit 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
print "$ARGV[0]\n";
|
|
|
|
|