Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d866026a
Commit
d866026a
authored
Jun 03, 2004
by
Leigh B. Stoller
Browse files
Minor addition to previous revision; change comment from 50 to 500.
parent
e3783cd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/beginexp_form.php3
View file @
d866026a
...
...
@@ -91,7 +91,7 @@ function CHECKFORM(&$formfields, $projlist)
$formfields
[
exp_nsfile
]
=
""
;
if
(
isset
(
$_FILES
[
'exp_nsfile'
])
&&
$_FILES
[
'exp_nsfile'
][
'size'
]
!=
0
)
{
if
(
$_FILES
[
'exp_nsfile'
][
'size'
]
>
(
1024
*
128
))
{
if
(
$_FILES
[
'exp_nsfile'
][
'size'
]
>
(
1024
*
500
))
{
$errors
[
"Local NS File"
]
=
"Too big!"
;
}
elseif
(
$_FILES
[
'exp_nsfile'
][
'name'
]
==
""
)
{
...
...
@@ -375,7 +375,7 @@ function SPITFORM($formfields, $errors)
<td><table cellspacing=0 cellpadding=0 border=0>
<tr>
<td class='pad4'>Upload<br>
<font size='-1'>(50k max)</font></td>
<font size='-1'>(50
0
k max)</font></td>
<td class='pad4'>
<input type=hidden name=MAX_FILE_SIZE value=512000>
<input type=file
...
...
www/nscheck_form.php3
View file @
d866026a
...
...
@@ -39,7 +39,7 @@ echo "<form enctype=\"multipart/form-data\"
echo
"<tr>
<td rowspan>*Your NS file:  </td>
<td rowspan><center>Upload (50K max)<br>
<td rowspan><center>Upload (50
0
K max)<br>
<br>
Or<br>
<br>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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