def validator(value): return datatypes.Path(value, mode="drw")
def setter(value): return datatypes.Path(value, mode="drw")
def default_value(): file_relpath = "data/tunnel/payload_prefix.php" file = datatypes.Path(core.BASEDIR, file_relpath) return file.read()