diff --git a/lib/php/go.php b/lib/php/go.php index 9e0c061..9caf307 100644 --- a/lib/php/go.php +++ b/lib/php/go.php @@ -2,7 +2,7 @@ if ( isset ( $GLOBALS [ 'request_uri' ] [ 1 ] ) ) { $link_id = $GLOBALS [ 'request_uri' ] [ 1 ]; if ( ! ctype_digit ( $link_id ) ) { - die ( "You can't be forwarded to a non numerical URL link ID. If you think this is incorrect, please send an email to shorte@dev.bryanpedini.it with this URL: https://sh.bjphoster.com/?go=" . $link_id . " for more investigations" ); + die ( "You can't be forwarded to a non numerical URL link ID. If you think this is incorrect, please send an email to shorte@dev.bryanpedini.it with this URL: https://sh.bjphoster.com/go/" . $link_id . " for more investigations" ); } $link_id = (int) $link_id; $database = new Database ( $GLOBALS [ 'config' ] [ 'db' ] );