History log of /web-bugs/www/admin/index.php (Results 26 – 30 of 30)
Revision Date Author Comments
# 1ac04b11 24-May-2016 philip

List responses. Some are outdated (e.g., trysnapshot54) so this will show that. Next, add interface to edit these. IMHO they should be stored in source code and not in a DB.


# 76e5171c 20-Aug-2012 Ferenc Kovacs

without the header(and the <base> tag), the html code is broken


# 998ecc69 12-Dec-2010 Felipe Pena

- Added list of security developers
- Changed bugs_authenticate function
new prototype: (&$user, &$pw, &$logged_in, &$user_flags)

$user_flags:
define('BUGS_NORMAL_USER', 1<<

- Added list of security developers
- Changed bugs_authenticate function
new prototype: (&$user, &$pw, &$logged_in, &$user_flags)

$user_flags:
define('BUGS_NORMAL_USER', 1<<0);
define('BUGS_DEV_USER', 1<<1);
define('BUGS_TRUSTED_DEV', 1<<2);
define('BUGS_SECURITY_DEV', 1<<3);

show more ...


# 8d5b0434 01-Jun-2010 Philip Olson

Added phpinfo() option, and cleaned up list_lists


# dfe347e7 11-Mar-2010 Philip Olson

Initial admin that does very little, except show us where bug emails are sent.


12