d
This commit is contained in:
7
public_html/ajax.php
Normal file
7
public_html/ajax.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
include __DIR__."/_shared.php";
|
||||
Reference in New Issue
Block a user