[PHPLIB-DEV] cvs commit From: kk (phplib-dev <email protected>)
Date: 10/29/99

From: kk
Date: Fri Oct 29 19:05:16 1999
Modified files:
      php-lib/doc/sgml/03-auth.sgml

Log message:
Minor doc fix.

Index: php-lib/doc/sgml/03-auth.sgml
diff -u php-lib/doc/sgml/03-auth.sgml:1.4 php-lib/doc/sgml/03-auth.sgml:1.5
--- php-lib/doc/sgml/03-auth.sgml:1.4 Fri Oct 29 14:10:25 1999
+++ php-lib/doc/sgml/03-auth.sgml Fri Oct 29 19:04:45 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 03-auth.sgml,v 1.4 1999/10/29 12:10:25 negro Exp $ -->
+<!-- $Id: 03-auth.sgml,v 1.5 1999/10/29 17:04:45 kk Exp $ -->
 
 <sect1>Auth
 <p>
@@ -393,7 +393,9 @@
 <?php
 page&lowbar;open(array(
     "sess" =&gt; "My&lowbar;Session",
- "auth" =&gt; "My&lowbar;Auth"));
+ "auth" =&gt; "My&lowbar;Auth",
+ "perm" =&gt; "My&lowbar;Perm")); // see Perm docs for specifics
+$perm-&gt;check("admin"); // see Perm docs
 ?&gt;
 
 &lt;!-- your code here --&gt;

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.