Skip to content

Commit

Permalink
Add blank line at end of index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 6, 2024
1 parent 38b2c84 commit 44f14e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// even though WP cloud servers don't provided PATH_INFO.
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];
}
require __DIR__ . '/../cors-proxy.php';
require __DIR__ . '/../cors-proxy.php';

0 comments on commit 44f14e1

Please sign in to comment.