This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
alancnet
/
sd-spreadsheet
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c684759c19
Branches
Tags
master
sd-spreadsheet
/
www
/
api
/
auth-validate.php
auth-validate.php
94 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
11
<?php
@session_start();
if(!$_SESSION['id_user'])
{
http_response_code(401);
return;
}
?>