Test connection
continuous-integration/drone/push Build is passing Details

AdminInterface
dorian.hodin 2 years ago
parent 16c221cb68
commit 04eb12d806

@ -13,7 +13,7 @@ try {
echo "Connection OK !"; echo "Connection OK !";
}catch (PDOException $PDOException){ }catch (PDOException $PDOException){
echo $PDOException->getMessage();
echo "Connection Error"; echo $PDOException->getCode();
return http_response_code(404); return http_response_code(404);
} }

Loading…
Cancel
Save