PluginProbe
GD Security Headers / 1.6
GD Security Headers v1.6
trunk 1.0 1.1 1.1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.7.1 1.8 1.9
gd-security-headers / forms / about.php

about.php in GD Security Headers 1.6, at forms/about.php

16 lines 390 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if (!defined('ABSPATH')) { exit; }
4
5 $_panel = gdsih_admin()->panel === false ? 'whatsnew' : gdsih_admin()->panel;
6
7 if (!in_array($_panel, array('changelog', 'whatsnew', 'info', 'dev4press'))) {
8 $_panel = 'whatsnew';
9 }
10
11 include(GDSIH_PATH.'forms/about/header.php');
12
13 include(GDSIH_PATH.'forms/about/'.$_panel.'.php');
14
15 include(GDSIH_PATH.'forms/about/footer.php');
16