This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
CSE-Invent
/
CMS-CSE
miroir de
https://git.cse-invent.com/product/cms.events.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
cac8a66e05
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
public-events
/
test.php
test.php
103 B
Historique
Raw
1
2
3
4
5
6
7
<?php
session_start();
$_SESSION["debug"] = 1;
ini_set('display_errors', 1);
error_reporting(E_ALL);