1
0

lib.php 129 B

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