From f61fcc460c43edddcd7313ac2d9f6841ee4516b8 Mon Sep 17 00:00:00 2001 From: Shibby Date: Thu, 12 Mar 2015 21:41:01 +0100 Subject: [PATCH] Cosmetics admin-access page http://www.linksysinfo.org/index.php?threads/login-as-root-to-tomato-gui.70970/#post-257448 --- release/src/router/www/admin-access.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/router/www/admin-access.asp b/release/src/router/www/admin-access.asp index dba69eaa9f..313f912688 100644 --- a/release/src/router/www/admin-access.asp +++ b/release/src/router/www/admin-access.asp @@ -296,7 +296,6 @@ var m = [ value: (nvram.remote_management == 1) ? ((nvram.remote_mgt_https == 1) ? 2 : 1) : 0 }, { title: 'Port', indent: 2, name: 'http_wanport', type: 'text', maxlen: 5, size: 7, value: fixPort(nvram.http_wanport, 8080) }, { title: 'Allow Wireless Access', name: 'f_http_wireless', type: 'checkbox', value: nvram.web_wl_filter == 0 }, - { title: 'Allow login as "root"', name: 'f_http_root', type: 'checkbox', value: nvram.http_root == 1 }, null, { title: 'Directory with GUI files', name: 'web_dir', type: 'select', options: [['default','Default: /www'], ['jffs', 'Custom: /jffs/www (Experts Only!)'], ['opt', 'Custom: /opt/www (Experts Only!)'], ['tmp', 'Custom: /tmp/www (Experts Only!)']], value: nvram.web_dir, suffix: ' Please be sure of your decision before change this settings!' }, @@ -368,6 +367,7 @@ createFieldTable('', [