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
8506c10a
Commit
8506c10a
authored
Dec 21, 2001
by
timeless%mac.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 98080 ask for an attachment number when no params are given
r=dkl r=justdave
parent
75f667d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
showattachment.cgi
showattachment.cgi
+13
-0
No files found.
showattachment.cgi
View file @
8506c10a
...
@@ -26,6 +26,19 @@ use strict;
...
@@ -26,6 +26,19 @@ use strict;
require
"CGI.pl"
;
require
"CGI.pl"
;
if
(
!
defined
$::FORM
{
'attach_id'
})
{
print
"Content-type: text/html\n"
;
print
"\n"
;
PutHeader
(
"Search by attachment number"
);
print
"<FORM METHOD=GET ACTION=\"showattachment.cgi\">\n"
;
print
"You may view a single attachment by entering its id here: \n"
;
print
"<INPUT NAME=attach_id>\n"
;
print
"<INPUT TYPE=\"submit\" VALUE=\"Show Me This Attachment\">\n"
;
print
"</FORM>\n"
;
PutFooter
();
exit
;
}
ConnectToDatabase
();
ConnectToDatabase
();
quietly_check_login
();
quietly_check_login
();
...
...
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