|
| admin-noalyss.php |
| This file is used for the first installation or redirect to include/admin.inc.php.
|
|
| ajax.php |
| this file is used for the ajax from the extension, it will the ajax.php file from the plugin directory all the variable are in $_REQUEST The code (of the plugin) is required Required variable in $_REQUEST
|
|
| ajax_misc.php |
| this file respond to an ajax request The parameters are
|
|
| ajax_test.php |
| this file let you debug and test the different functionnalities, there are 2 important things to do It is only a quick and dirty testing. You should use a tool as PHPUNIT for the unit testing
|
|
| compute.php |
| respond ajax request, the get contains the value :
|
|
| direct.php |
| used by the autocomplete feature of the Direct Access
|
|
| do.php |
| Main file.
|
|
| export.php |
| manage all the export to CSV or PDF act can be
|
|
| extension.raw.php |
| this file includes the called plugin. It check first the security. Load several javascript files
|
|
| fid.php |
| Fid for the ajax request for cards.
|
|
| fid_card.php |
| this file is used by the autocomplete functionnality
|
|
| index.php |
| default page where user access
|
|
| install.php |
| This file permit to upgrade a version of NOALYSS , it should be used and immediately delete after an upgrade. This file is included in each release for a new upgrade.
|
|
| login.php |
| Login page.
|
|
| logout.php |
| Logout.
|
|
| mobile.php |
| only for mobile device
|
|
| not_implemented.php |
|
| popup.php |
|
| recherche.php |
| Search module.
|
|
| test.php |
| this file let you debug and test the different functionnalities, there are 2 important things to do It is only a quick and dirty testing. You should use a tool as PHPUNIT for the unit testing
|
|
| user_login.php |
| Welcome page where the folder and module are choosen.
|
|