This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
ButcherTraceBack
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
.
master
yibo
7 years ago
parent
4fe91437e7
commit
f165c5e705
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ButcherTraceBack/Controllers/CodeViewController.cs
+ 1
- 1
ButcherTraceBack/Controllers/CodeViewController.cs
View File
@ -11,7 +11,7 @@ namespace ButcherTraceBack.Controllers
{
public
ActionResult
Index
(
string
code
)
{
if
(
code
!
=
null
&
&
code
.
Length
=
=
2
2
)
if
(
code
!
=
null
&
&
code
.
Length
!
=
2
3
)
{
return
RedirectToAction
(
"Index"
,
"FreshView"
,
new
{
code
=
code
}
)
;
}
Write
Preview
Loading…
Cancel
Save