Added apache config file
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / remove_users.inc
index 9d5368b0a412e5f656259c1de4ad935102adbbc0..2798f805ef6421ffe5a4d0975543a28f5cb1976f 100644 (file)
@@ -5,7 +5,7 @@ function remove_users() {
 $user_id=$_SESSION['user_id'];
 $user_name=$_SESSION['user_name'];
 
-require(SYSTEM_ROOT."/inc/phpmailer.inc");
+require(INCLUDE_DIR."phpmailer.inc");
 $mail = new PHPMailer();
 $mail->IsSMTP();                                   // send via SMTP
 $mail->Host     = "onyx.hysteria.sk"; // SMTP servers
This page took 0.165747 seconds and 4 git commands to generate.