Date: 10/29/99
- Next message: Massimiliano Masserelli: "Re: [PHPLIB-DEV] cvs commit"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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_open(array(
"sess" => "My_Session",
- "auth" => "My_Auth"));
+ "auth" => "My_Auth",
+ "perm" => "My_Perm")); // see Perm docs for specifics
+$perm->check("admin"); // see Perm docs
?>
<!-- your code here -->
-
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.
- Next message: Massimiliano Masserelli: "Re: [PHPLIB-DEV] cvs commit"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

