credentials

This commit is contained in:
Christophe Battarel 2019-04-17 09:26:45 +02:00
parent 20953d3522
commit 79fc351cbd

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2014-2017 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2019 Christophe Battarel <christophe.battarel@altairis.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -23,9 +23,7 @@
// $action must be defined // $action must be defined
// $arrayofparameters must be set for action 'update'
// $nomessageinupdate can be set to 1
// $nomessageinsetmoduleoptions can be set to 1
if ($action == 'set_freetext') if ($action == 'set_freetext')
{ {
$freetextvar = GETPOST("freetextvar", 'alpha'); $freetextvar = GETPOST("freetextvar", 'alpha');