Changed the permissions on the template variables

develop
Самоукин Алексей 14 years ago
parent 5478030730
commit 899094165e

@ -83,7 +83,7 @@ class Data:
os_arch_machine = {}
#проход при наложении профилей 1,2,3,4,5 и.т д
cl_pass_step = {'mode':"w"}
cl_pass_step = {}
# обрабатываемый файл профиля
cl_pass_file = {'mode':"w"}
@ -129,10 +129,9 @@ class Data:
cl_root_path = {'mode':"w", 'value':"/"}
# Действие программы
# profile - генерация профиля пользователя
# user - генерация профиля пользователя
# install / uninstall - установка и удаление программы
# domain / undomain - ввод и вывод из домена
cl_pass_action = {'mode':"w"}
cl_pass_action = {}
# Jabber ID пользователя
ur_jid = {'mode':"r", 'official':True}

Loading…
Cancel
Save