diff --git a/htdocs/boxes.php b/htdocs/boxes.php index 4a1a492a451..37cebf36638 100644 --- a/htdocs/boxes.php +++ b/htdocs/boxes.php @@ -151,7 +151,7 @@ function printBoxesArea($user,$areacode) print 'var boxorder = \'A:\' + left_list + \'-B:\' + right_list;'."\n"; //print 'alert( \'boxorder=\' + boxorder );'; print 'var userid = \''.$user->id.'\';'."\n"; - print 'jQuery.get(\'ajaxbox.php?boxorder=\'+boxorder+\'&userid=\'+'.$user->id.');'."\n"; + print 'jQuery.get(\'core/ajaxbox.php?boxorder=\'+boxorder+\'&userid=\'+'.$user->id.');'."\n"; print '}'."\n"; print ''."\n"; } diff --git a/htdocs/ajaxbox.php b/htdocs/core/ajaxbox.php similarity index 97% rename from htdocs/ajaxbox.php rename to htdocs/core/ajaxbox.php index 10cdca623c7..84301efe238 100644 --- a/htdocs/ajaxbox.php +++ b/htdocs/core/ajaxbox.php @@ -18,7 +18,7 @@ */ /** - * \file htdocs/ajaxbox.php + * \file htdocs/core/ajaxbox.php * \brief File to return Ajax response on Box move * \version $Id$ */