2 if (!isset($_COOKIE['DMDM']) && !isset($_COOKIE['MDMD'])) {
6 if(isset($_POST['toggle'])){
7 include("include/config.php");
8 $notipath = new Message
;
9 $npath = $notipath->GetPath();
10 $npath = $npath."/noti.txt";
11 file_put_contents($npath, $_POST['toggle']);