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:
parent
7cd27cd61a
commit
dae59dd68f
4 changed files with 42 additions and 50 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue