| Gabor Hojtsy 2005-06-10, 3:57 pm |
| goba Fri Jun 10 11:18:17 2005 EDT
Modified files:
/phpweb links.php
Log:
Evil Walrus is no more
http://cvs.php.net/diff.php/phpweb/...3&r2=1.184&ty=u
Index: phpweb/links.php
diff -u phpweb/links.php:1.183 phpweb/links.php:1.184
--- phpweb/links.php:1.183 Tue Jun 7 04:34:33 2005
+++ phpweb/links.php Fri Jun 10 11:18:15 2005
@@ -1,5 +1,5 @@
<?php
-// $Id: links.php,v 1.183 2005/06/07 08:34:33 goba Exp $
+// $Id: links.php,v 1.184 2005/06/10 15:18:15 goba Exp $
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Links");
@@ -198,11 +198,6 @@
</li>
<li>
- <a href="http://www.evilwalrus.com/">Evil Walrus</a><br />
- A growing list of PHP scripts
- </li>
-
- <li>
<a href="http://dev.nexen.net/scripts/index.php?langue=en">Nexen's
scripts librairy</a><br />An exhaustive PHP scripts collection,
with more 800 useful functions (English and French).
|