Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
bc447ad3
Commit
bc447ad3
authored
Jul 16, 2003
by
preed%sigkill.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 207206: doeditparams.cgi XHTML compatibility. Patch by jocuri@softhome.net, r=kiko, a=justdave
parent
26af2c5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doeditparams.cgi
doeditparams.cgi
+4
-4
No files found.
doeditparams.cgi
View file @
bc447ad3
...
@@ -40,7 +40,7 @@ my $cgi = Bugzilla->cgi;
...
@@ -40,7 +40,7 @@ my $cgi = Bugzilla->cgi;
print
$cgi
->
header
();
print
$cgi
->
header
();
if
(
!
UserInGroup
(
"tweakparams"
))
{
if
(
!
UserInGroup
(
"tweakparams"
))
{
print
"<
H1>Sorry, you aren't a member of the 'tweakparams' group.</H
1>\n"
;
print
"<
h1>Sorry, you aren't a member of the 'tweakparams' group.</h
1>\n"
;
print
"And so, you aren't allowed to edit the parameters.\n"
;
print
"And so, you aren't allowed to edit the parameters.\n"
;
PutFooter
();
PutFooter
();
exit
;
exit
;
...
@@ -95,7 +95,7 @@ foreach my $i (GetParamList()) {
...
@@ -95,7 +95,7 @@ foreach my $i (GetParamList()) {
exit
;
exit
;
}
}
}
}
print
"Changed "
.
html_quote
(
$name
)
.
"<br>\n"
;
print
"Changed "
.
html_quote
(
$name
)
.
"
.
<br>\n"
;
SetParam
(
$name
,
$value
);
SetParam
(
$name
,
$value
);
}
}
}
}
...
@@ -106,7 +106,7 @@ WriteParams();
...
@@ -106,7 +106,7 @@ WriteParams();
unlink
"data/versioncache"
;
unlink
"data/versioncache"
;
print
"OK, done.<p>\n"
;
print
"OK, done.<p>\n"
;
print
"<a href=
editparams.cgi
>Edit the params some more.</a><p>\n"
;
print
"<a href=
\"editparams.cgi\"
>Edit the params some more.</a><p>\n"
;
print
"<a href=
query.cgi
>Go back to the query page.</a>\n"
;
print
"<a href=
\"query.cgi\"
>Go back to the query page.</a>\n"
;
PutFooter
();
PutFooter
();
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment