mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
error_reporting
This commit is contained in:
parent
acc491b52d
commit
6ea0061476
21 changed files with 22 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
error_reporting(NULL);
|
||||
session_start();
|
||||
if ($_SESSION['user'] != 'admin') exit;
|
||||
$real_path = realpath($_SERVER["DOCUMENT_ROOT"].$_SERVER['QUERY_STRING']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue