Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Jan 2, 2025
1 parent 51de262 commit 10c91d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
define("RELAY_PROXY_PASS", ""); // e.g., https://example.org
define("RELAY_IMAGE_FILE_EXTENSIONS", ".png,.gif,.jpg");
define("RELAY_STATIC_FILE_EXTENSIONS", ".js,.css");
define("RELAY_ENABLE_JS_REDIRECT", true);
define("RELAY_ENABLE_JS_REDIRECT", false);

error_reporting(E_ALL);
ini_set("display_errors", 0);
Expand Down

0 comments on commit 10c91d5

Please sign in to comment.