# gd-security-headers/1.2/forms/about.php

GD Security Headers, version 1.2. 16 lines.

- Page: https://pluginprobe.com/plugins/gd-security-headers/1.2/code/forms/about.php
- Raw: https://pluginprobe.com/plugins/gd-security-headers/1.2/raw/forms/about.php
- Modified: 2019-03-28T08:50:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gd-security-headers/1.2/code/forms/about.php#L10-L20`.

```php
<?php

if (!defined('ABSPATH')) { exit; }

$_panel = gdsih_admin()->panel === false ? 'whatsnew' : gdsih_admin()->panel;

if (!in_array($_panel, array('changelog', 'whatsnew', 'info', 'dev4press'))) {
    $_panel = 'whatsnew';
}

include(GDSIH_PATH.'forms/about/header.php');

include(GDSIH_PATH.'forms/about/'.$_panel.'.php');

include(GDSIH_PATH.'forms/about/footer.php');

```
