Skip to content
Alexandre Delaunay edited this page Nov 19, 2015 · 1 revision

Notepad usage

protected $usenotepadrights = true; 

becomes

protected $usenotepad = true;

CSRF_TOKEN

GLPI_KEEP_CSRF_TOKEN allow to keep CRSF token (so same form can be post various time, useful when target != "_self")

Clone this wiki locally