#!/usr/bin/perl
#------------------------------------------------------------------------------#
use cPanelUserConfig;
use CGI::Simple;
use DBI;
#use CGI::Carp qw(carpout fatalsToBrowser);
#------------------------------------------------------------------------------#
$ROOT_PATH="/home/superdump/public_html";
#require $ROOT_PATH."/seo/conf/ste.pl";
require $ROOT_PATH."/inc/pl/sender.pl";
#------------------------------------------------------------------------------#
exit;
