Commit e2dd7196a591e7f523a4b6f60bd1d8a8cdf2744f

Authored by Michael Joseph
1 parent 7519802c

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 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 6 * $Id$
... ...