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')