1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

More JS work.

This commit is contained in:
CaMer0n
2012-05-16 07:03:25 +00:00
parent 9f1a322c98
commit 94c757d882
10 changed files with 187 additions and 7 deletions

View File

@@ -29,10 +29,9 @@ if (!getperms("I"))
e107::coreLan('links', true);
if(e_AJAX_REQUEST)
if(e_AJAX_REQUEST) // ajax link sorting.
{
print_a($_POST);
echo "HI THERE";
exit;
}