8 lines
182 B
Python
8 lines
182 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
header("Configuration des tunnels a lancer par defauts")
|
|
|
|
if has("external"):
|
|
@AUTOSTART = "main rescue"
|
|
else:
|
|
@AUTOSTART = "external"
|