Revision 53b30505
Added by Scott Ullrich over 15 years ago
etc/inc/priv.inc | ||
---|---|---|
175 | 175 |
return $privs; |
176 | 176 |
} |
177 | 177 |
|
178 |
function isAllowedPage($page, $username = "") {
|
|
178 |
function isAllowedPage($page, $username) { |
|
179 | 179 |
global $_SESSION; |
180 | 180 |
|
181 | 181 |
if($username == "") |
Also available in: Unified diff
Set 2nd parameter for isAllowedPage. Will be required for #34, 33, 32