1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/dev.php3
Rasmus Lerdorf 1cb421edf5 Ok, the bulk of the site has been changed over. Still a bit of clean-up
work to do.  And some of the links don't go anywhere.
1998-03-23 19:50:45 +00:00

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();
?>