| Current Path : /home/seto/www/brokers-binary.com/wmdsed30/ |
| Current File : /home/seto/www/brokers-binary.com/wmdsed30/monitor.php |
<?php
#########################################################################################################
# Status.php
#
# Copyright (C) Softnik Technologies. All rights reserved.
#
#########################################################################################################
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("monitor.php");
show_monitor();
#########################################################################################################
?>