~magentix/Leo

fb9c844350ce875816b7c41c98e4586248300035 — Matthieu Vion 2 years ago de9dc6d
Status 53 changed to 59
1 files changed, 1 insertions(+), 1 deletions(-)

M leo.php
M leo.php => leo.php +1 -1
@@ 41,7 41,7 @@ while (true) {
function getContent(array $url): string
{
    if (($url['scheme'] ?? '') !== 'gemini') {
        return "53 Proxy Request Refused\r\n";
        return "59 bad request\r\n";
    }

    $path = $url['path'] ?? '/';