1
0
mirror of https://github.com/Foltik/Shimapan synced 2025-04-11 20:16:29 -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();
}
?>