Browse Source

Update Security.php

Some bad headers
Jeremy D 12 years ago
parent
commit
fb82bf5cc1
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Sources/Security.php

+ 2 - 3
Sources/Security.php

@@ -1357,8 +1357,7 @@ function constructBanQueryIP($fullip)
 *
 * @param string $option the frame option, defaults to deny.
 * @return void.
-* @since 3.0
-* @version 3.0
+* @since 2.1
 */
 function frameOptionsHeader($override = null)
 {
@@ -1378,4 +1377,4 @@ function frameOptionsHeader($override = null)
 	header('X-Frame-Options: ' . $option);
 }
 
-?>
+?>