Move core file to core directory

This commit is contained in:
Laurent Destailleur 2010-08-27 20:51:18 +00:00
parent 9d868a28b3
commit d42b94076f
2 changed files with 2 additions and 2 deletions

View File

@ -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 '</script>'."\n";
}

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/ajaxbox.php
* \file htdocs/core/ajaxbox.php
* \brief File to return Ajax response on Box move
* \version $Id$
*/