from .tool.func import * def main_sys_restart(): with get_db_connect() as conn: if admin_check() != 1: return re_error('/error/3') if flask.request.method == 'POST': admin_check(None, 'restart') print('----') print('Restart') run_list = [sys.executable, 'python' + python_ver, 'python3', 'python'] for exe_name in run_list: try: os.execl(exe_name, os.path.abspath(__file__), *sys.argv) except: pass return re_error('/error/33') else: return easy_minify(flask.render_template(skin_check(), imp = [load_lang('wiki_restart'), wiki_set(), wiki_custom(), wiki_css([0, 0])], data = '''
''', menu = [['manager', load_lang('return')]] ))