lib.php 119 B

12345
  1. <?php
  2. function imgprx (string $url): string {
  3. return "/proxy.php?url=".str_replace("https://", "", $url);
  4. }
  5. ?>