fml
This commit is contained in:
parent
85994871a0
commit
26732d5cd8
7 changed files with 180 additions and 85 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL ^E_NOTICE);
|
||||
error_reporting(E_ERROR);
|
||||
// Login
|
||||
$basepath='';
|
||||
require_once 'core/init_core.inc.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue