[WIP] Add some test in CI to check that the code is clean #86

Draft
mtrossevin wants to merge 4 commits from ci-enablement into unstable
Showing only changes of commit af94efde45 - Show all commits

View file

@ -12,7 +12,7 @@
* @version 1.0
*/
if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST)) {
if ($_SERVER['REQUEST_METHOD'] == 'POST' && !empty($_POST)) {
$input_username = $_POST['login'];
$input_password = $_POST['passw'];