This website works better with JavaScript.
Home
Explore
Help
Sign In
alynch
/
ReflectorDashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Forgot a damn semicolon
server-live
Andrew Lynch
11 months ago
parent
5072c6be61
commit
fdbd3a8d69
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ysf-dash/status.php
+ 1
- 1
ysf-dash/status.php
View File
@ -14,6 +14,6 @@ if (strlen($listElem[1]) !== 0) {
echo
"
transmitting
"
;
}
else
{
//echo"<tr><td colspan=\"5\"></tr>";
echo
"
idle
"
echo
"
idle
"
;
}
?>
Write
Preview
Loading…
Cancel
Save