Update follow_up_success.php
[clinton/MarylandElectronicPetitionSignature.git] / admin / logout.php
index 72192d0..194574c 100644 (file)
@@ -1,4 +1,5 @@
 <?PHP
+include_once('../slack.php');
 /* delete ALL cookies */
 foreach ( $_COOKIE as $key => $value ){
        unset($_COOKIE[$key]);
@@ -14,5 +15,6 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
         setcookie($name, '', time()-1000, '/');
     }
 }
+slack_general('ADMIN: logout.php','md-petition');
 header('Location: index.php');
 ?>