Current File : /home/inlingua/public_html/icentex/inlingua_online_payment/globalVars.php
<?php
error_reporting(0);
// Created on: 23-01-2013
// Store all common / global variables here

$siteName = "OopsGen";
$siteDomainName = "oopsgen.com";
$siteUrl = "http://" . $siteDomainName . "/";

if ($_SERVER['SERVER_NAME'] == "mylocalhost")
{	$homeDirectory = $_SERVER['DOCUMENT_ROOT'] . "/oopsgen"; }
else
{	$homeDirectory = $_SERVER['DOCUMENT_ROOT'] ; }

// SMTP server settings
define(SMTPSERVER,$siteDomainName);
define(SMTPUSER,"smtprelay@". $siteDomainName);
define(SMTPPASSWORD,"relay!23");
define(FROMUSERNAME,$siteName);
define(SUPPORTEMAIL,"support@".$siteDomainName);
?>