From 0ae7b5750a0072dbb6ee72c965f6871316d6e3ff Mon Sep 17 00:00:00 2001 From: TylerMS887 <115214762+TylerMS887@users.noreply.github.com> Date: Sun, 2 Jul 2023 08:43:01 +0100 Subject: [PATCH] Update configure.php --- configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.php b/configure.php index 599dcc9..0acd481 100644 --- a/configure.php +++ b/configure.php @@ -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')