Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP7.4 and WebERP 14.5.1
04-22-2020, 07:57 AM, (This post was last modified: 04-22-2020, 11:46 AM by TurboPT.)
#5
RE: PHP7.4 and WebERP 14.5.1
Paul, I have committed this and added it to my earlier pull request.

Confucius: I made a slight change to your code in session.php changing the line:

PHP Code:
$_POST['name'] = quote_smart($_POST['name']); 

to

PHP Code:
$_POST[$PostVariableName] = quote_smart($_POST[$PostVariableName]); 

This is because of an error in the old code that got copied over to your new code so I have corrected.

Thanks
Tim
Reply


Messages In This Thread
PHP7.4 and WebERP 14.5.1 - by Confucius - 04-10-2020, 05:36 AM
RE: PHP7.4 and WebERP 14.5.1 - by TimSchofield - 04-10-2020, 07:36 AM
RE: PHP7.4 and WebERP 14.5.1 - by Confucius - 04-21-2020, 06:28 AM
RE: PHP7.4 and WebERP 14.5.1 - by TimSchofield - 04-21-2020, 07:40 AM
RE: PHP7.4 and WebERP 14.5.1 - by TimSchofield - 04-22-2020, 07:57 AM
RE: PHP7.4 and WebERP 14.5.1 - by Confucius - 04-23-2020, 04:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)