From d42b94076f209b812918159fc57635507d756893 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Aug 2010 20:51:18 +0000 Subject: [PATCH] Move core file to core directory --- htdocs/boxes.php | 2 +- htdocs/{ => core}/ajaxbox.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename htdocs/{ => core}/ajaxbox.php (97%) 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$ */