Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Require LDAP
Browse files Browse the repository at this point in the history
Need LDAP for NetID and UConn Email Lookup (when editing a Person)
  • Loading branch information
Salman Z Kaleem committed Aug 13, 2015
1 parent a781d35 commit 6f706ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uc-people.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
die;
}
require 'acf-export.php';
//require_once(WP_CONTENT_DIR . '/ldap.php');
require_once(WP_CONTENT_DIR . '/ldap.php');


function create_custom_custom_post_type(){
Expand Down

0 comments on commit 6f706ff

Please sign in to comment.