<?php
  function imgprx (string $url): string {
    return SITEURL . "/proxy.php?url=".str_replace("https://", "", $url);
  }
?>