PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version
https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- completely reworked HTML code in setup.php
- moved admin creation code from create_admin.php to functions.php,
function create_admin
- several related changes in functions.inc.php:
- use table_by_key() directly instead of the cached variables (which
are empty if config.inc.php was not read before functions.php)
- add an additional (optional) parameter $setup to db_connect, changed
many die(msg) calls to $error_message .= msg.
If $setup is given, the return value is array($link, $error_text)
instead of $link
- db_connect now checks for invalid $CONF['database_type']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@135 a1433add-5e2c-0410-b055-b7f2511e0802
|
18 years ago | |
|---|---|---|
| ADDITIONS | 18 years ago | |
| DOCUMENTS | 19 years ago | |
| VIRTUAL_VACATION | 19 years ago | |
| admin | 19 years ago | |
| images | 19 years ago | |
| languages | 19 years ago | |
| templates | 19 years ago | |
| users | 19 years ago | |
| CHANGELOG.TXT | 19 years ago | |
| DATABASE_MYSQL.TXT | 19 years ago | |
| DATABASE_PGSQL.TXT | 19 years ago | |
| GPL-LICENSE.TXT | 19 years ago | |
| INSTALL.TXT | 19 years ago | |
| LICENSE.TXT | 19 years ago | |
| common.php | 19 years ago | |
| config.inc.php | 19 years ago | |
| create-alias.php | 19 years ago | |
| create-mailbox.php | 19 years ago | |
| delete.php | 19 years ago | |
| edit-active.php | 19 years ago | |
| edit-alias.php | 19 years ago | |
| edit-mailbox.php | 19 years ago | |
| edit-vacation.php | 19 years ago | |
| functions.inc.php | 18 years ago | |
| index.php | 19 years ago | |
| login.php | 19 years ago | |
| logout.php | 19 years ago | |
| main.php | 19 years ago | |
| motd-users.txt | 19 years ago | |
| motd.txt | 19 years ago | |
| overview.php | 19 years ago | |
| password.php | 19 years ago | |
| search.php | 19 years ago | |
| sendmail.php | 19 years ago | |
| setup.php | 18 years ago | |
| stylesheet.css | 18 years ago | |
| variables.inc.php | 19 years ago | |
| viewlog.php | 19 years ago | |