1 <? |
1 <? |
2 |
2 |
3 // +--------------------------------------------------------------------+ |
3 /* PowerAdmin, a friendly web-based admin tool for PowerDNS. |
4 // | PowerAdmin | |
4 * See <https://rejo.zenger.nl/poweradmin> for more details. |
5 // +--------------------------------------------------------------------+ |
5 * |
6 // | Copyright (c) 1997-2002 The PowerAdmin Team | |
6 * Copyright 2007, 2008 Rejo Zenger <rejo@zenger.nl> |
7 // +--------------------------------------------------------------------+ |
7 * |
8 // | This source file is subject to the license carried by the overal | |
8 * This program is free software: you can redistribute it and/or modify |
9 // | program PowerAdmin as found on http://poweradmin.sf.net | |
9 * it under the terms of the GNU General Public License as published by |
10 // | The PowerAdmin program falls under the QPL License: | |
10 * the Free Software Foundation, either version 3 of the License, or |
11 // | http://www.trolltech.com/developer/licensing/qpl.html | |
11 * (at your option) any later version. |
12 // +--------------------------------------------------------------------+ |
12 * |
13 // | Authors: Roeland Nieuwenhuis <trancer <AT> trancer <DOT> nl> | |
13 * This program is distributed in the hope that it will be useful, |
14 // | Sjeemz <sjeemz <AT> sjeemz <DOT> nl> | |
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 // +--------------------------------------------------------------------+ |
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 |
16 * GNU General Public License for more details. |
17 // Filename: users.inc.php |
17 * |
18 // Startdate: 26-10-2002 |
18 * You should have received a copy of the GNU General Public License |
19 // Description: all user modifications etc. are done here |
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 // |
20 */ |
21 // $Id: users.inc.php,v 1.8 2003/01/01 22:33:47 azurazu Exp $ |
|
22 // |
|
23 |
21 |
24 // Added next line to enable i18n on following definitions. Don't know |
22 // Added next line to enable i18n on following definitions. Don't know |
25 // if this is the best (or at least a proper) location for this. /RZ. |
23 // if this is the best (or at least a proper) location for this. /RZ. |
26 require_once("inc/i18n.inc.php"); |
24 require_once("inc/i18n.inc.php"); |
27 |
25 |