summaryrefslogtreecommitdiff
path: root/authtoken.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-22 12:00:06 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-22 12:00:06 (GMT)
commit431d138784ea13af9a26a16780d52b3385ab0b21 (patch)
tree61d0e2648fab1f674c1bc7265ca03de8ab0d4213 /authtoken.json
parente1b7f1d5db69ef7deac50c2171c2dce477a94aff (diff)
moved cgi stuff to rh-bin
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 c65eb64..94d5042 100755
--- a/authtoken.json
+++ b/authtoken.json
@@ -2,7 +2,7 @@
use strict;
use File::Basename;
-use lib dirname( __FILE__ ) . '/lib';
+use lib dirname( __FILE__ ) . '/rh-bin';
use rddb;
my $status = 'ERROR';