Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lKinderBueno committed Feb 18, 2023
1 parent de41d7f commit 6768d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/proxy.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
include "config.php";
if($cors == false) return;
if($cors != true) return;

//$_POST = json_decode(file_get_contents("php://input"),true);
if (filter_var($_GET['url'], FILTER_VALIDATE_URL) === FALSE) {
Expand Down

0 comments on commit 6768d5a

Please sign in to comment.