Your IP : 216.73.217.78


Current Path : /home/seto/www/brokers-binary.com/wmdsed30/
Upload File :
Current File : /home/seto/www/brokers-binary.com/wmdsed30/audit.php

<?php 
###############################################################################
# audit.php
# Watch My Domains SED v3
# (c) Softnik Technologies. All rights reserved.
###############################################################################

require_once("lib/php/install.php");					# Install Stuff
require_once("lib/php/basic.php");						# Base Functions.
require_once("lib/php/ui/ui.php");						# Basic UI stuff. 
require_once("lib/php/pdo/dbinit.php");					# Database.
require_once("lib/php/config.check.php");				# Load the configuration.

###############################################################################

doAuthentication("audit.php");
show_audit_log();

###############################################################################
?>