]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - public_html/logout.php
Timestamp on exercises.
[logicplayer.git] / public_html / logout.php
diff --git a/public_html/logout.php b/public_html/logout.php
deleted file mode 100755 (executable)
index 7060d00..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-       session_start();
-       unset($_SESSION['ID']);
-       $arr=array('result'=>"logout effettuato con successo");
-       $ris=json_encode($arr);
-       echo $ris;
-?>