File "active.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/modules/file-change/active.php
File size: 226 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

require_once( dirname( __FILE__ ) . '/class-itsec-file-change.php' );
$itsec_file_change = new ITSEC_File_Change();
$itsec_file_change->run();

if ( is_admin() ) {
	require_once( dirname( __FILE__ ) . '/admin.php' );
}