summaryrefslogtreecommitdiff
path: root/authtoken.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-03-19 22:11:15 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-03-19 22:16:10 (GMT)
commit259e1c7a81ea9a096c227a6bc44114a7a9cf3a50 (patch)
tree051c708e449b5e5afb6ba25bce169b280045f254 /authtoken.json
parentd7795f99ed3fb52564fa6d2340d928ae9b191e5b (diff)
implemented a more secure directory structure
Diffstat (limited to 'authtoken.json')
-rwxr-xr-xauthtoken.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/authtoken.json b/authtoken.json
index 94d5042..c65eb64 100755
--- a/authtoken.json
+++ b/authtoken.json
@@ -2,7 +2,7 @@
use strict;
use File::Basename;
-use lib dirname( __FILE__ ) . '/rh-bin';
+use lib dirname( __FILE__ ) . '/lib';
use rddb;
my $status = 'ERROR';