diff options
author | BBcan177 <bbcan177@gmail.com> | 2016-03-20 22:47:54 -0400 |
---|---|---|
committer | BBcan177 <bbcan177@gmail.com> | 2016-03-20 22:47:54 -0400 |
commit | 9bb1bea04d0f3c45c0d13936700a676347e57eeb (patch) | |
tree | 27aae4f3b01de247832ad0845e979065ed90c596 | |
parent | a334449b975420e8e007fdc28ac17ff8d99393d0 (diff) | |
download | pfsense-packages-9bb1bea04d0f3c45c0d13936700a676347e57eeb.tar.gz pfsense-packages-9bb1bea04d0f3c45c0d13936700a676347e57eeb.tar.bz2 pfsense-packages-9bb1bea04d0f3c45c0d13936700a676347e57eeb.zip |
Update index.php
* Mod copyright
-rw-r--r-- | config/pfblockerng/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pfblockerng/index.php b/config/pfblockerng/index.php index 804932d2..7705cfe1 100644 --- a/config/pfblockerng/index.php +++ b/config/pfblockerng/index.php @@ -3,7 +3,7 @@ index.php pfBlockerNG (DNSBL) - Copyright (c) 2015 BBcan177@gmail.com + Copyright (c) 2015-2016 BBcan177@gmail.com All rights reserved. */ header("Cache-Control: private, no-store, no-cache, must-revalidate, max-age=0"); @@ -47,4 +47,4 @@ if (!empty($pfb_query)) { @rename("{$dnsbl_info}.bk", "{$dnsbl_info}"); } } -?>
\ No newline at end of file +?> |