change include

This commit is contained in:
root 2010-12-29 14:31:53 +01:00
parent f800a6fd4a
commit e1146179ae
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
header('Content-Type: application/json'); header('Content-Type: application/json');
include ("../../includes/config.php"); include ("../../../27c3/includes/config.php");
include ("../../includes/config_db.php"); include ("../../../27c3/includes/config_db.php");
$User = $_POST['user']; $User = $_POST['user'];
$Pass = $_POST['pw']; $Pass = $_POST['pw'];