summaryrefslogtreecommitdiff
path: root/bin/decrypt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/decrypt.sh')
-rwxr-xr-xbin/decrypt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/decrypt.sh b/bin/decrypt.sh
index 7f83f3a7f..dd4525972 100755
--- a/bin/decrypt.sh
+++ b/bin/decrypt.sh
@@ -52,7 +52,7 @@
* - you are dealing with counterfeit header data.
*/
-define('INSTALL_PATH', realpath(dirname(__FILE__).'/..') . '/');
+define('INSTALL_PATH', realpath(__DIR__ .'/..') . '/');
require INSTALL_PATH . 'program/include/clisetup.php';