This website works better with JavaScript
Home
Explore
Help
Sign In
CSE-Invent
/
CMS-CSE
mirror of
https://git.cse-invent.com/product/cms.events.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
c42ca9cdc3
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
public-events
/
test.php
test.php
103 B
History
Raw
1
2
3
4
5
6
7
<?php
session_start();
$_SESSION["debug"] = 1;
ini_set('display_errors', 1);
error_reporting(E_ALL);