diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 09:10:38 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 09:10:38 +0200 |
commit | b8307ab30e45b55d403f56ddf0a6715c00dd8d20 (patch) | |
tree | 146b7d1c713d9dbfdcfeaa98358a47cb0b99b775 /pkgdb-ajax.php | |
parent | 12b1b6ecf7c8cc0e6ff418443787d7c247aa413a (diff) | |
parent | 6e6d59bf0677c6b2d5b92a6abdab15a7ecaf9947 (diff) |
Report Remi's modifications
Diffstat (limited to 'pkgdb-ajax.php')
-rw-r--r-- | pkgdb-ajax.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgdb-ajax.php b/pkgdb-ajax.php index a07a3e4..24d07b8 100644 --- a/pkgdb-ajax.php +++ b/pkgdb-ajax.php @@ -35,7 +35,7 @@ * @since The begining of times. */ header('Content-Type: application/json;charset=utf-8'); -require 'main.inc.php'; +require 'include/main.php'; $name = $_GET['name']; if ( !isset($name) || !$name ) { @@ -80,6 +80,6 @@ if ( !isset($name) || !$name ) { } } } - +error_log("RETURN:".print_r($fedpkg,true)); echo json_encode($fedpkg); ?>
\ No newline at end of file |