Skip to content

Commit

Permalink
Update main.php
Browse files Browse the repository at this point in the history
Deny direct access
  • Loading branch information
crftwrk authored Sep 4, 2023
1 parent 3874600 commit b492db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/


// Exit if accessed directly
defined( 'ABSPATH' ) || exit;


// Update checker
require 'update/update-checker.php';
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
Expand Down

0 comments on commit b492db8

Please sign in to comment.