added namespace
This commit is contained in:
parent
706492cc54
commit
cb1ffbef07
|
@ -1,5 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
|
namespace LAM\CONFIG;
|
||||||
use \LAM\LIB\TWO_FACTOR\TwoFactorProviderService;
|
use \LAM\LIB\TWO_FACTOR\TwoFactorProviderService;
|
||||||
|
use \LAMConfig;
|
||||||
|
use \htmlTable;
|
||||||
|
use \htmlTableExtendedInputField;
|
||||||
|
use \htmlAccordion;
|
||||||
|
use \htmlTableExtendedSelect;
|
||||||
|
use \htmlFieldset;
|
||||||
|
use \htmlSpacer;
|
||||||
|
use \htmlTableExtendedInputCheckbox;
|
||||||
|
use \DateTimeZone;
|
||||||
|
use \htmlStatusMessage;
|
||||||
|
use \htmlOutputText;
|
||||||
|
use \htmlInputCheckbox;
|
||||||
|
use \htmlHelpLink;
|
||||||
|
use \htmlTableExtendedInputTextarea;
|
||||||
|
use \htmlElement;
|
||||||
|
use \htmlSubTitle;
|
||||||
|
use \htmlButton;
|
||||||
/*
|
/*
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
|
namespace LAM\CONFIG;
|
||||||
|
use \LAMConfig;
|
||||||
/*
|
/*
|
||||||
$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) 2009 Roland Gruber
|
Copyright (C) 2009 - 2017 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
|
||||||
|
|
|
@ -1,9 +1,32 @@
|
||||||
<?php
|
<?php
|
||||||
|
namespace LAM\CONFIG;
|
||||||
|
use \LAMCfgMain;
|
||||||
|
use \htmlTable;
|
||||||
|
use \htmlTitle;
|
||||||
|
use \htmlStatusMessage;
|
||||||
|
use \htmlSubTitle;
|
||||||
|
use \htmlTableExtendedInputTextarea;
|
||||||
|
use \htmlSpacer;
|
||||||
|
use \htmlTableExtendedSelect;
|
||||||
|
use \htmlOutputText;
|
||||||
|
use \htmlTableExtendedInputCheckbox;
|
||||||
|
use \htmlLink;
|
||||||
|
use \htmlGroup;
|
||||||
|
use \htmlButton;
|
||||||
|
use \htmlHelpLink;
|
||||||
|
use \htmlInputField;
|
||||||
|
use \htmlInputFileUpload;
|
||||||
|
use \htmlEqualWidth;
|
||||||
|
use \htmlTableExtendedRadio;
|
||||||
|
use \htmlHiddenInput;
|
||||||
|
use \htmlTableExtendedInputField;
|
||||||
|
use \DateTime;
|
||||||
|
use \DateTimeZone;
|
||||||
/*
|
/*
|
||||||
$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 - 2016 Roland Gruber
|
Copyright (C) 2003 - 2017 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
|
||||||
|
|
Loading…
Reference in New Issue