6 lines
102 B
PHP
6 lines
102 B
PHP
<?php
|
|
include_once('../../common.php');
|
|
error_reporting(E_ALL);
|
|
ini_set("display_errors", 1);
|
|
|
|
?>
|