Skip to content

Commit

Permalink
QA: for #5203
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 28, 2023
1 parent 377831e commit d9b3a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ss_hstats.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
error_reporting(0);

if (!isset($called_by_script_server)) {
include_once(dirname(__FILE__) . '/../include/cli_check.php');
include_once(__DIR__ . '/../include/cli_check.php');

array_shift($_SERVER['argv']);

Expand Down

0 comments on commit d9b3a4b

Please sign in to comment.