change include
This commit is contained in:
parent
f800a6fd4a
commit
e1146179ae
|
@ -1,8 +1,8 @@
|
|||
<?PHP
|
||||
header('Content-Type: application/json');
|
||||
|
||||
include ("../../includes/config.php");
|
||||
include ("../../includes/config_db.php");
|
||||
include ("../../../27c3/includes/config.php");
|
||||
include ("../../../27c3/includes/config_db.php");
|
||||
|
||||
$User = $_POST['user'];
|
||||
$Pass = $_POST['pw'];
|
||||
|
|
Loading…
Reference in New Issue