');
echo('git clone https://rednsx.org/git/PROJECT-NAME/.git/');
echoln('
');
echoln('');
} else {
$repo = substr($rq, 5);
$repo = substr($repo, 0, strpos($repo, '/'));
echoln('');
echoln('This project can be browsed on the web or obtained with git:');
echoln('');
echoln('git clone https://rednsx.org/git/'.$repo.'/.git/');
echoln('
');
echoln('
'); echoln('Visit the project home page for '.$repo.''); echoln('
'); } } ?>