1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 19:28:40 -04:00
shimapan/includes/locked.swig

6 lines
103 B
Plaintext
Raw Normal View History

2016-08-14 10:21:53 -04:00
<?php session_start();
if(!isset($_SESSION['id'])){
header('Location: ../login/');
exit();
}
?>