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");