Reduce the number of file in HTML folder, move ajax_ledger.php to include/ajax called from ajax_misc.php

This commit is contained in:
Dany De Bontridder 2015-10-14 18:30:42 +02:00
parent 7cd27cd61a
commit dae59dd68f
4 changed files with 42 additions and 50 deletions

View file

@ -104,6 +104,9 @@ switch ($op)
case 'card' :
require NOALYSS_INCLUDE.'/ajax/ajax_card.php';
return;
case 'ledger' :
require NOALYSS_INCLUDE.'/ajax/ajax_ledger.php';
return;
case "todo_list":
require NOALYSS_INCLUDE.'/ajax/ajax_todo_list.php';
return;