Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
497a1c5b
Commit
497a1c5b
authored
19 years ago
by
runemaster
Browse files
Options
Downloads
Patches
Plain Diff
Moved some Booleans to global_defs.ssjs
parent
bb1b6cfe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/lib/leftnav_html.ssjs
+0
-5
0 additions, 5 deletions
web/lib/leftnav_html.ssjs
web/lib/main_nodelist.ssjs
+0
-6
0 additions, 6 deletions
web/lib/main_nodelist.ssjs
with
0 additions
and
11 deletions
web/lib/leftnav_html.ssjs
+
0
−
5
View file @
497a1c5b
/* $Id$ */
/* If you want to remove QWk FTP downloads */
/* change this to false */
var
doQWK
=
true
;
/* FTP link */
if
(
user
.
number
||
system
.
matchuser
(
"
Guest
"
))
{
...
...
This diff is collapsed.
Click to expand it.
web/lib/main_nodelist.ssjs
+
0
−
6
View file @
497a1c5b
/* $Id$ */
/* User Changable Variables */
var
show_gender
=
true
;
var
show_location
=
true
;
var
show_age
=
true
;
/* Do not change anything else unless you need to :) */
var
start
=
new
Date
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment