This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CSE-Invent
/
CMS-CSE
espejo de
https://git.cse-invent.com/product/cms.events.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
83102d672c
Ramas
Etiquetas
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
public-events
/
test.php
test.php
103 B
Histórico
Raw
1
2
3
4
5
6
7
<?php
session_start();
$_SESSION["debug"] = 1;
ini_set('display_errors', 1);
error_reporting(E_ALL);