<?php session_start(); //require_once('./include/sendmail.php'); require_once './include/engine.php'; require_once './include/login.php'; $main = new engine(); $main->_mainName = "MailerBot"; $title = $main->title(); /* if(isset($_GET['app']) == 'stat_add&tocken=3sd456gds4567') { echo'ok'; }*/ $page = ''; if (isset($_GET['page1'])) { $page = $_GET['page1']; if ($page == 'logout') { logout(); } } ?> <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Bot do marketingu emailingowego. Proste rzarządzanie kampanią mailingową i jej prosta automatyzacja."> <meta name="author" content="Kamil Żmijowski"> <script> $(document).ready(function() {