Commit 41456a016a07c6984b8674926ee113645b1ffb76

Authored by michael
1 parent 7fb1d739

fixed path to Authenticator


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@132 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/DBAuthenticator.inc
1 <?php 1 <?php
2 2
3 -require_once("$default->owl_fs_root/lib/Authenticator.inc"); 3 +require_once("$default->owl_fs_root/lib/authentication/Authenticator.inc");
4 4
5 /** 5 /**
6 * $Id$ 6 * $Id$