mirror of https://github.com/dirtbags/moth.git
7 lines
126 B
Python
7 lines
126 B
Python
|
VAR = "/opt/ctf/var"
|
||
|
WWW = "/opt/ctf/www"
|
||
|
LIB = "/opt/ctf/lib"
|
||
|
BIN = "/opt/ctf/bin"
|
||
|
SBIN = "/opt/ctf/sbin"
|
||
|
BASE_URL = "/ctf/"
|