' . "\n\n"; echo '' . "\n"; echo ''; if ($title) echo "$title | ngIRCd: Next Generation IRC Daemon"; else echo 'ngIRCd: Next Generation IRC Daemon'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo "\n"; echo '
'; // Title & Slogan echo '
'; switch($lang) { case 'de': echo 'Deutsch | English'; break; case 'en': echo 'Deutsch | English'; break; } echo ' | Mirrors
'; echo '
'; echo '

ngIRCd: Next Generation IRC Daemon

'; echo '

“… serving white hat 6667!”

'; echo '
'; // Navigation echo '
'; echo '
'; } function end_page() { echo '
'; echo '
'; } function download_links($rel, $server, $protocol = "https") { echo "
"; echo "Server: $server "; /* Download folder */ echo "($protocol"; if ($protocol == "https") echo " 🔒"; echo "): "; /* Archive files */ $count = 1; foreach (array('tar.gz', 'tar.xz', 'tar.Z') as $suffix) { if ($count > 1) echo ', '; echo ""; if ($suffix == "tar.gz") echo "ngircd-$rel."; echo "$suffix "; echo "(Sig)"; $count++; } echo "
"; } ?>