| Nuno Lopes 2006-01-25, 7:56 am |
| nlopess Wed Jan 25 11:13:02 2006 UTC
Modified files:
/phpweb links.php
Log:
fix bug #36150: remove lpsz.org as the domain was probably hijacked
http://cvs.php.net/viewcvs.cgi/phpw...1&diff_format=u
Index: phpweb/links.php
diff -u phpweb/links.php:1.190 phpweb/links.php:1.191
--- phpweb/links.php:1.190 Sat Dec 17 16:49:50 2005
+++ phpweb/links.php Wed Jan 25 11:13:02 2006
@@ -1,5 +1,5 @@
<?php
-// $Id: links.php,v 1.190 2005/12/17 16:49:50 goba Exp $
+// $Id: links.php,v 1.191 2006/01/25 11:13:02 nlopess Exp $
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Links");
@@ -766,10 +766,6 @@
<strong>Spanish</strong>
<ul>
<li>
- <a href="http://www.lpsz.org/">lpsz.org</a><br />
- PHP news, articles , and scripts.
- </li>
- <li>
<a href="http://www.programacion.com/php/">PHP en Castellano</a><br />
Spanish PHP community. Articles, tutorials, courses,
source code, forums, and more about PHP.
|