Skip to content

Commit

Permalink
Update configure.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jul 2, 2023
1 parent faf2144 commit 0ae7b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// If you want to edit your bugkiller configuration, edit
// config.ini which contains your config values.
$bugkiller_version = "0.1";
$IP = getcwd();
$IP = __dir__;
function isSecure() {
return
(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off')
Expand Down

0 comments on commit 0ae7b57

Please sign in to comment.