From 50ed3335d634e4dac617f2ce7688bf8d778c2601 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 4 Dec 2015 22:30:42 +0100 Subject: [PATCH] fix --- src/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/act.php b/src/act.php index a28a74b..62f72ee 100644 --- a/src/act.php +++ b/src/act.php @@ -58,7 +58,7 @@ switch($_POST['act']){ '".$secret."'" ); - include (__DIR__."/config.php"); + include_once (__DIR__."/config.php"); require_once (__DIR__."/class.phpmailer.php");