Fixed missing logout

This commit is contained in:
Lukas Metzger 2016-01-23 11:36:27 +01:00
parent 5b23d5ae95
commit 7e673d45e0

View file

@ -15,8 +15,8 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<?php
//require_once 'lib/session.php';
//session_destroy();
require_once 'lib/session.php';
session_destroy();
?>
<html>
<head>