Update of /cvsroot/webnotes/web
In directory usw-pr-cvs1:/tmp/cvs-serv13435
Modified Files:
cvs.php
Log Message:
Add link to CVS SNAPs
Index: cvs.php
===================================================================
RCS file: /cvsroot/webnotes/web/cvs.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cvs.php 12 Sep 2002 22:10:09 -0000 1.4
+++ cvs.php 30 Sep 2002 04:30:46 -0000 1.5
@@ -7,5 +7,8 @@
<span class="center_link">
<p align="center"><a href="http://sourceforge.net/cvs/?group_id=15381">phpWebNotes CVS</a></p>
</span>
+<span class="center_link">
+<p align="center"><a href="http://www.extremeserv-linux.com/downloads/misc/phpwebnotescvs/">phpWebNotes CVS SNAPs</a></p>
+</span>
<?php include('footer.php') ?>
|