evoadmin-web/inc
Mathieu Trossevin af94efde45
All checks were successful
Tests / PHPStan (static analysis) <sub>Send us [feedback](https://github.com/jenkinsci/junit-plugin/issues)
gitea/evoadmin-web/pipeline/head This commit looks good
Replace isset($_POST) with !empty($_POST)
The former is always true (outside of post method it is an empty array
and not null, and it cannot be `unset()`).

The check was as such either meaningless or was supposed to check that
something was sent. This commit assume the later.
2023-11-13 15:14:31 +01:00
..
accounts.php Initialise CI with PHPStan level 0 2023-11-13 14:51:16 +01:00
auth.php Replace isset($_POST) with !empty($_POST) 2023-11-13 15:14:31 +01:00
common.php Initialise CI with PHPStan level 0 2023-11-13 14:51:16 +01:00
dbadmin.php Add new features: 2017-08-22 12:50:42 -04:00
destroy.php Evoadmin-web is now a "public project". 2015-08-25 16:54:13 +02:00
ftpadmin.php Do not display evoadmin in the ftp account creation form 2018-12-11 16:09:08 +01:00
home.php Merge untracked code into evoadmin-web. 2015-08-31 15:18:56 +02:00
webadmin-delete.php added delete webpage 2019-06-05 16:29:19 +02:00
webadmin-edit.php normalize text 2019-06-05 16:31:16 +02:00
webadmin-itk.php rebase master 2019-06-05 17:20:34 +02:00
webadmin-letsencrypt.php Add missing break.... 2019-09-06 16:26:14 +02:00
webadmin-php.php php url changed 2019-04-01 18:10:53 +02:00
webadmin-servername.php rebase master 2019-06-05 17:20:34 +02:00
webadmin-suppr.php Merge untracked code into evoadmin-web. 2015-08-31 15:18:56 +02:00
webadmin.php check that the non_standard domain is not already in the session variable 2019-07-11 14:19:09 +02:00