boinc/html
David Anderson 570541b134 Web: fix some PHP 8 deprecation warnings
Note: if a function expects, say, a string (and not null)
and you get a warning about a null arg,
don't fix it by casting the param to string.
That masks possible bugs.
Instead, find out where null is being passed, and fix it there.

web: server status: fix case where app has no results

web: fix case where get_logged_in_user() is called twice,
first with must_be_logged_in == false and later true.

web: xml_error(): $num default is -1

web: validate_email_addr(): tell user to check spam folder if no email
2022-06-09 14:33:20 -07:00
..
inc Web: fix some PHP 8 deprecation warnings 2022-06-09 14:33:20 -07:00
languages/translations Update localization 2022-05-23 23:36:27 +02:00
ops web - Add comments and fixing formatting for generate_acccount_ownership_keys.php. 2019-07-03 08:50:16 -05:00
project.sample web: make forms fluid 2022-04-06 14:49:06 -07:00
user Web: fix some PHP 8 deprecation warnings 2022-06-09 14:33:20 -07:00
Makefile.am html: 2014-06-03 09:25:20 +02:00