This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
GlobalCube
/
qbuilder
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
main
Branches
Tags
main
v1
qbuilder
/
phpinfo.php
phpinfo.php
72 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
8
<?php
require_once 'init.php';
print_r($_SESSION);
phpinfo();
?>