Modification des headers + ajout de cookies de connexion

This commit is contained in:
stiti
2024-05-25 01:13:18 +02:00
parent 3ee078d36e
commit de3f0c7cb5
11 changed files with 73 additions and 123 deletions

View File

@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('url', 'form', 'html', 'cookie');
/*
| -------------------------------------------------------------------