FIX - php 8 Warning newonlinessign
This commit is contained in:
parent
fee00a3655
commit
8d515b9c2f
@ -78,6 +78,9 @@ $message = GETPOST('message', 'aZ09');
|
|||||||
$suffix = GETPOST("suffix", 'aZ09');
|
$suffix = GETPOST("suffix", 'aZ09');
|
||||||
$source = GETPOST("source", 'alpha');
|
$source = GETPOST("source", 'alpha');
|
||||||
$ref = $REF = GETPOST("ref", 'alpha');
|
$ref = $REF = GETPOST("ref", 'alpha');
|
||||||
|
$urlok = '';
|
||||||
|
$urlko = '';
|
||||||
|
|
||||||
|
|
||||||
if (empty($source)) {
|
if (empty($source)) {
|
||||||
$source = 'proposal';
|
$source = 'proposal';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user