aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/auth_api.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-07-07 20:09:01 -0700
committerMatt Friedman <maf675@gmail.com>2015-07-07 20:09:01 -0700
commit498a5160176625ba0311a1853c5399372731e623 (patch)
tree7d733fcc1879e12e683ff01fe145dde552fbbb1c /phpBB/docs/auth_api.html
parent60b4d5132f2023ade224676a6729b5f0847c4110 (diff)
downloadforums-498a5160176625ba0311a1853c5399372731e623.tar
forums-498a5160176625ba0311a1853c5399372731e623.tar.gz
forums-498a5160176625ba0311a1853c5399372731e623.tar.bz2
forums-498a5160176625ba0311a1853c5399372731e623.tar.xz
forums-498a5160176625ba0311a1853c5399372731e623.zip
[ticket/13995] Remove deprecated projection media type
PHPBB3-13995
Diffstat (limited to 'phpBB/docs/auth_api.html')
-rw-r--r--phpBB/docs/auth_api.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html
index d571e72dd4..a348435183 100644
--- a/phpBB/docs/auth_api.html
+++ b/phpBB/docs/auth_api.html
@@ -6,7 +6,7 @@
<meta name="description" content="This is an explanation of how to use the phpBB auth/acl API" />
<title>phpBB3 &bull; Auth API</title>
-<link href="assets/css/stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" />
+<link href="assets/css/stylesheet.css" rel="stylesheet" type="text/css" media="screen" />
</head>
@@ -110,7 +110,7 @@ $auth = new phpbb\auth\auth();</pre>
<p>Following are the methods you are able to use.</p>
<a name="acl"></a><h3>2.i. acl</h3>
-
+
<p>The <code>acl</code> method is the initialisation routine for all the acl functions. If you intend calling any acl method you must first call this. The method takes as its one and only required parameter an associative array containing user information as stored in the database. This array must contain at least the following information; user_id, user_permissions and user_type. It is called in the following way:</p>
<div class="codebox"><pre>