Skip to content

Commit

Permalink
Update main.php
Browse files Browse the repository at this point in the history
Error reports disabled for localhost only
  • Loading branch information
Fraenkiman authored May 2, 2024
1 parent dee9548 commit beb6172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/main.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
@error_reporting($_SERVER ["SERVER_NAME"] == "localhost" ? E_ALL : 0);
//@error_reporting($_SERVER ['SERVER_NAME'] == "localhost" ? E_ALL : 0);

// Changing file/directory permissions recursively
$start_dir = BASE_DIR; // Starting directory
Expand Down

0 comments on commit beb6172

Please sign in to comment.