This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
CSE-Invent
/
CMS-CSE
mirror de
https://git.cse-invent.com/product/cms.events.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
89e41a3532
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
cms.dev-debug-activation.php
cms.dev-debug-activation.php
60 B
Histórico
Raw
1
2
3
4
<?php
$_SESSION["debug"] = 1;
header('Location: /');
exit();