Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diasporg
Poduptime
Commits
c3e964fa
Unverified
Commit
c3e964fa
authored
Jan 12, 2017
by
dmorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missed a few and was a bad kid on formating already
parent
6de01c07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cleanup.php
cleanup.php
+1
-1
db/edit.php
db/edit.php
+1
-1
showfull.php
showfull.php
+1
-1
No files found.
cleanup.php
View file @
c3e964fa
...
...
@@ -83,7 +83,7 @@ $numrows = pg_num_rows($result);
echo
'<td class="'
.
$classver
.
'"><div title="'
.
$pre
.
' codename: '
.
$row
[
'shortversion'
]
.
' master version is: '
.
$row
[
'masterversion'
]
.
'" class="tipsy">'
.
$version
.
'</div></td>'
;
echo
'<td>'
.
$row
[
'uptime_alltime'
]
.
'</td>'
;
echo
'<td>'
.
$row
[
'responsetimems'
]
.
'</td>'
;
echo
'<td>'
.
(
$row
[
'signup'
]
?
'Open'
:
'Closed'
)
.
'</td>'
;
echo
'<td>'
.
(
$row
[
'signup'
]
===
't'
?
'Open'
:
'Closed'
)
.
'</td>'
;
echo
'<td>'
.
$row
[
'total_users'
]
.
'</td>'
;
echo
'<td>'
.
$row
[
'active_users_halfyear'
]
.
'</td>'
;
echo
'<td>'
.
$row
[
'active_users_monthly'
]
.
'</td>'
;
...
...
db/edit.php
View file @
c3e964fa
...
...
@@ -11,7 +11,7 @@ $_weight = $_GET['weight'] ?? '';
$_email
=
$_GET
[
'email'
]
??
''
;
$_oldemail
=
$_GET
[
'oldemail'
]
??
''
;
$_statsurl
=
$_GET
[
'statsurl'
]
??
''
;
$_terms
=
$_GET
[
'terms'
]
??
''
;
$_terms
=
$_GET
[
'terms'
]
??
''
;
require_once
__DIR__
.
'/../config.php'
;
...
...
showfull.php
View file @
c3e964fa
...
...
@@ -78,7 +78,7 @@ $numrows = pg_num_rows($result);
echo
'<td>'
.
$row
[
'uptime_alltime'
]
.
'%</td>'
;
echo
'<td>'
.
(
$row
[
'ipv6'
]
?
'Yes'
:
'No'
)
.
'</td>'
;
echo
'<td>'
.
$row
[
'responsetimems'
]
.
'</td>'
;
echo
'<td>'
.
(
$row
[
'signup'
]
?
'Open'
:
'Closed'
)
.
'</td>'
;
echo
'<td>'
.
(
$row
[
'signup'
]
===
't'
?
'Open'
:
'Closed'
)
.
'</td>'
;
echo
'<td>'
.
$row
[
'total_users'
]
.
'</td>'
;
echo
'<td>'
.
$row
[
'active_users_halfyear'
]
.
'</td>'
;
echo
'<td>'
.
$row
[
'active_users_monthly'
]
.
'</td>'
;
...
...
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