Skip to content

Commit ae506f3

Browse files
committed
Add ABSPATH protection to sidebar.php
1 parent 832024b commit ae506f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

includes/admin/settings/sidebar.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* @package WebberZone\FreemKit
66
*/
77

8+
if ( ! defined( 'ABSPATH' ) ) {
9+
exit;
10+
}
811
?>
912
<div class="postbox-container">
1013
<div id="qlinksdiv" class="postbox meta-box-sortables">

0 commit comments

Comments
 (0)