Revision b8f91b7c
Added by Luiz Souza over 7 years ago
src/etc/inc/auth_check.inc | ||
---|---|---|
3 | 3 |
* auth_check.inc |
4 | 4 |
* |
5 | 5 |
* part of pfSense (https://www.pfsense.org) |
6 |
* Copyright (c) 2017 Rubicon Communications, LLC (Netgate) |
|
6 |
* Copyright (c) 2017-2018 Rubicon Communications, LLC (Netgate)
|
|
7 | 7 |
* All rights reserved. |
8 | 8 |
* |
9 | 9 |
* Licensed under the Apache License, Version 2.0 (the "License"); |
... | ... | |
40 | 40 |
if (cmp_page_matches($pageuri, $session_pagematch)) { |
41 | 41 |
return; // auth OK |
42 | 42 |
} |
43 |
require_once("authgui.inc"); |
|
43 |
require_once("authgui.inc"); |
Also available in: Unified diff
Update the Copyright notice for pfSense.