Skip to content
Snippets Groups Projects
Commit 497a1c5b authored by runemaster's avatar runemaster
Browse files

Moved some Booleans to global_defs.ssjs

parent bb1b6cfe
No related branches found
No related tags found
No related merge requests found
/* $Id$ */ /* $Id$ */
/* If you want to remove QWk FTP downloads */
/* change this to false */
var doQWK = true;
/* FTP link */ /* FTP link */
if(user.number || system.matchuser("Guest")) { if(user.number || system.matchuser("Guest")) {
......
/* $Id$ */ /* $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 :) */ /* Do not change anything else unless you need to :) */
var start=new Date(); var start=new Date();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment