0001438: Remplacement de HtmlInput par Http_Input

This commit is contained in:
Dany De Bontridder 2017-06-03 19:13:15 +02:00
parent 48c3fe5809
commit aa55ed6894
79 changed files with 1303 additions and 878 deletions

View file

@ -28,8 +28,9 @@ if (!defined('ALLOWED'))
* export all the selected documents for Ana Accountancy in PDF
*/
require_once NOALYSS_INCLUDE.'/class/class_document_export.php';
$ck = HtmlInput::default_value_get('ck', 0);
require_once NOALYSS_INCLUDE.'/lib/class_http_input.php';
$http=new HttpInput();
$ck = $http->get('ck',"string", 0);
if ($ck == 0)
{
echo "Aucune sélection";