Move core file to core directory
This commit is contained in:
parent
9d868a28b3
commit
d42b94076f
@ -151,7 +151,7 @@ function printBoxesArea($user,$areacode)
|
|||||||
print 'var boxorder = \'A:\' + left_list + \'-B:\' + right_list;'."\n";
|
print 'var boxorder = \'A:\' + left_list + \'-B:\' + right_list;'."\n";
|
||||||
//print 'alert( \'boxorder=\' + boxorder );';
|
//print 'alert( \'boxorder=\' + boxorder );';
|
||||||
print 'var userid = \''.$user->id.'\';'."\n";
|
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";
|
||||||
print '</script>'."\n";
|
print '</script>'."\n";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/ajaxbox.php
|
* \file htdocs/core/ajaxbox.php
|
||||||
* \brief File to return Ajax response on Box move
|
* \brief File to return Ajax response on Box move
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
Loading…
Reference in New Issue
Block a user