eschmid Wed Sep 26 01:58:47 2001 EDT Modified files: /phpdoc global.ent /phpdoc/es/features http-auth.xml Log: Added deleted entries for the Spanish manual and removed a silly typo. Index: phpdoc/global.ent diff -u phpdoc/global.ent:1.111 phpdoc/global.ent:1.112 --- phpdoc/global.ent:1.111 Wed Sep 26 01:13:03 2001 +++ phpdoc/global.ent Wed Sep 26 01:58:46 2001 @@ -1,6 +1,6 @@ <!-- -*- SGML -*- - $Id: global.ent,v 1.111 2001/09/26 05:13:03 eschmid Exp $ + $Id: global.ent,v 1.112 2001/09/26 05:58:46 eschmid Exp $ Contains global "macros" for all the XML documents. @@ -189,6 +189,9 @@ <!ENTITY email.php.install '[EMAIL PROTECTED]'> <!ENTITY email.php.install.subscribe '[EMAIL PROTECTED]'> + +<!ENTITY email.php3 '[EMAIL PROTECTED]'> +<!ENTITY email.php3.subscribe '[EMAIL PROTECTED]'> <!ENTITY link.rasmus '<ulink url="mailto:&email.rasmus;">Rasmus Lerdorf</ulink>'> <!ENTITY link.stig '<ulink url="mailto:&email.stig;">Stig Sæther Bakken</ulink>'> Index: phpdoc/es/features/http-auth.xml diff -u phpdoc/es/features/http-auth.xml:1.4 phpdoc/es/features/http-auth.xml:1.5 --- phpdoc/es/features/http-auth.xml:1.4 Sat Jun 23 16:35:09 2001 +++ phpdoc/es/features/http-auth.xml Wed Sep 26 01:58:47 2001 @@ -78,7 +78,7 @@ <programlisting role="php"> <?php function authenticate() { - Header( "WWW-Authenticate: Basic realm=\"Test Autentificación Sistema\""); + Header( "WWW-Authenticate: Basic realm=\"Test Autentificación +Sistema\""); Header( "HTTP/1.0 401 No autorizado"); echo "Debe introducir un nombre de usuario y contraseña válidos para acceder a este recurso\n";