1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/includes/locked.swig
2016-08-14 10:21:53 -04:00

6 lines
103 B
Plaintext

<?php session_start();
if(!isset($_SESSION['id'])){
header('Location: ../login/');
exit();
}
?>