schema.inc is no longer required
This commit is contained in:
parent
c8cb9cbe5e
commit
dab7891dbb
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2003 - 2009 Roland Gruber
|
Copyright (C) 2003 - 2011 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -30,8 +30,6 @@ $Id$
|
||||||
|
|
||||||
/** Access to configuration data */
|
/** Access to configuration data */
|
||||||
include_once("config.inc");
|
include_once("config.inc");
|
||||||
/** LDAP schema */
|
|
||||||
include_once("schema.inc");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts a HEX string to a binary value
|
* Converts a HEX string to a binary value
|
||||||
|
|
Loading…
Reference in New Issue