mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
12 lines
210 B
PHP
12 lines
210 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Development Resources");
|
|
?>
|
|
<ul>
|
|
<li><a href="cvsweb.cgi">Web-based view of CVS development tree</a>
|
|
<li><a href="bugs.php3">Bug Database</a>
|
|
</ul>
|
|
<?
|
|
commonFooter();
|
|
?>
|