Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.10.2.5, Mon Aug 27 13:58:28 2007 UTC | revision 1.10.2.6, Mon Aug 27 14:38:39 2007 UTC | |
|---|---|---|
| # | Line 56 function path_access_init() { | Line 56 function path_access_init() { |
| 56 | $page_match = FALSE; | $page_match = FALSE; |
| 57 | } | } |
| 58 | ||
| 59 | // Check that the current page is not a protected page before blocking user | // Check that the current page is not a protected page before blocking user |
| 60 | if ($page_match && !path_access_protected_pages($path)) { | if ($page_match && !path_access_protected_pages($path)) { |
| 61 | // Initialize locale | // Initialize locale |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |