2
0
forked from Wavyzz/dolibarr

NEW Introduce value 'password' formode of sanitization in GETPOST.

This commit is contained in:
Laurent Destailleur
2024-07-21 14:44:14 +02:00
parent 93d96f37cd
commit 6ac589b0a9
12 changed files with 35 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/website2.lib.php';
$action = GETPOST('action', 'alpha');
$website_ref = GETPOST('website_ref');
$page_id = GETPOST('page_id');
$content = GETPOST('content', 'none');
$content = GETPOST('content', 'restricthtml');
$element_id = GETPOST('element_id');
$element_type = GETPOST('element_type');