| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/verd.dev.safetybis.com/securemailer/admin/ |
| Current File : /home/devsafetybis/verd.dev.safetybis.com/securemailer/admin/config_dir.php |
<?php
//----------------------------------------------+
// Secure Mailer :.: Version 1.08.7 |
// Last updated 17 August 2007 |
//----------------------------------------------+
// Copyright (C) 2007 Alec Baker |
//----------------------------------------------+
// Author: Alec Baker (alecbaker@gmail.com) |
// Author: Paul Dancey |
//----------------------------------------------+
// This source code file is subject to the End |
// User License Agreement (EULA) that should be |
// supplied with the script. If you do not have |
// this please visit our website. |
//----------------------------------------------+
//-----------------------------------------------------------------------+
// Set full file path to main configuration file (securemailer.conf.php) |
// |
// As the main configuration file contains sensitive information this |
// should be located in a directory below root |
// e.g. /home/username/securemailer |
// NO TRAILING SLASH |
// |
// The directory that contains securemailer.php should be uploaded to |
// public_html, and should contain two subdirectories (images and admin).|
// |
// This file and its associated .htaccess file should be uploaded to the |
// admin subdirectory. |
// |
// Please see installation.txt in the documentation folder for a full |
// explanation of the required file structure for Secure Mailer. |
//-----------------------------------------------------------------------+
$CONF['config_files_path'] = "/home/sites/1b/d/d9a56d9dc6/securemailer";
//------------------------------------------------------+
// NOTHING TO SET BELOW THIS LINE |
//------------------------------------------------------+
// Security stuff
if(defined('IN_SECURE__MAILER')) {
$conf_handshake = "295hG_vkq4=0O#-#@1xu\&";
// Check if a conf file exists
if(!file_exists($CONF['config_files_path']."/securemailer.conf.php")) {
die("Unauthorized Form");
}
else {
$session_name = "SMAILER";
include_once ($CONF['config_files_path']."/securemailer.conf.php");
}
}
else {
die("Hacking attempt");
}
?>