Sindbad~EG File Manager

Current Path : /home/dtconseimw/www.2025.hack/wp-content/themes/dt-the7/inc/mods/dev-tools/
Upload File :
Current File : /home/dtconseimw/www.2025.hack/wp-content/themes/dt-the7/inc/mods/dev-tools/dev-tools.php

<?php
/**
 *
 * @package the7
 * @since   5.5.5
 */

// File Security Check
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require_once dirname( __FILE__ ) . '/main-module.class.php';

function The7_DevTools() {
	static $instance = null;
	if ( null === $instance ) {
		$instance = new The7_DevToolMainModule();
	}
	return $instance;
}

$devToolModule = The7_DevTools();
$devToolModule->execute();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists