SonarQube code smells resolve #8
continuous-integration/drone/push Build is passing Details

LoginModification
Alexis 2 years ago
parent 75ff5632cf
commit 75e978d4e9

@ -1,6 +1,10 @@
<?php
$filename = "APIController.php";
header("Content-Type: text/html; charset=UTF-8");
header("Content-Length: ".filesize($filename));
header("Cache-Control: private");
header("Pragma: no-cache");
header("Expires: 0");
class APIController
{

Loading…
Cancel
Save