RSS

(root)/bugzilla/trunk : 7527 : checksetup.pl

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to checksetup.pl

Frédéric Buclin
2010-10-11 09:56:19
Revision ID: lpsolit@gmail.com-20101011165619-20bd4njt1b9n247q
Bug 550097: checksetup.pl should detect when run via a web server (cgi) and fail with a sane error
r/a=mkanat

Show diffs side-by-side

added added

removed removed

60
60
# Live Code
61
61
######################################################################
62
62
 
 
63
# Do not run checksetup.pl from the web browser.
 
64
Bugzilla::Install::Util::no_checksetup_from_cgi() if $ENV{'SERVER_SOFTWARE'};
 
65
 
63
66
# When we're running at the command line, we need to pick the right
64
67
# language before ever displaying any string.
65
68
init_console();

Loggerhead 1.18.1 is a web-based interface for Bazaar branches