diff --git a/plugins/dynamix.plugin.manager/include/ShowPlugins.php b/plugins/dynamix.plugin.manager/include/ShowPlugins.php index acab07f24..35624eef1 100644 --- a/plugins/dynamix.plugin.manager/include/ShowPlugins.php +++ b/plugins/dynamix.plugin.manager/include/ShowPlugins.php @@ -101,7 +101,7 @@ foreach (glob("/var/log/plugins/*.plg",GLOB_NOSORT) as $plugin_link) { if ($changes !== false) { $txtfile = "/tmp/plugins/".basename($plugin_file,'.plg').".txt"; file_put_contents($txtfile,$changes); - $version .= " "; + $version .= " "; } //write plugin information $empty = false; diff --git a/plugins/dynamix/SSLSettings.page b/plugins/dynamix/SSLSettings.page index aaaca74f6..c99f1ecaf 100644 --- a/plugins/dynamix/SSLSettings.page +++ b/plugins/dynamix/SSLSettings.page @@ -57,24 +57,24 @@ Use SSL/TLS: -> Determines how the webGui responds to http and/or https protocol. +> Determines how the webGui responds to HTTP and/or HTTPS protocol. > -> Select **No** to disable https (but https is redirected to http). +> Select **No** to disable HTTPS (but HTTPS is redirected to HTTP). > -> Select **Yes** to enable https and redirect http to https. +> Select **Yes** to enable HTTPS and redirect HTTP to HTTPS. > > With **Auto** selected, behaves like **Yes** if a non-self-signed SSL certificate is > installed; otherwise, behaves like **No**. -http port: -: +HTTP port: +: -> Enter the http port, default is 80. +> Enter the HTTP port, default is 80. -https port: -: +HTTPS port: +: -> Enter the https port, default is 443. +> Enter the HTTPS port, default is 443.   : diff --git a/plugins/dynamix/styles/default-azure.css b/plugins/dynamix/styles/default-azure.css index c8bfe4399..97a386938 100644 --- a/plugins/dynamix/styles/default-azure.css +++ b/plugins/dynamix/styles/default-azure.css @@ -1,6 +1,5 @@ -html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar} +html{font-family:arimo} body{font-size:14px;color:#606E7F;background-color:#E4E2E4;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} -::-webkit-scrollbar{display:none} @media (max-width:1920px){#template{min-width:1080px;margin:0}} @media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}} img{border:0;text-decoration:none;vertical-align:middle} @@ -52,6 +51,8 @@ form+p{display:none} #header .text-right{float:right;text-align:left;padding-left:5px;padding-right:20px} #menu{position:fixed;top:0;left:0;bottom:12px;width:65px;padding:0;margin:0;background:#383A34;z-index:100;box-shadow:inset -1px 0 2px #EDEAEF} #nav-block{position:absolute;top:0;bottom:12px;color:#5D6833;white-space:nowrap;float:left;overflow-y:scroll;direction:rtl} +#nav-block::-webkit-scrollbar{display:none} +#nav-block{-ms-overflow-style:none;overflow:-moz-scrollbars-none} #nav-block>div{direction:ltr} #nav-item{width:24px;text-align:left;padding:14px 24px 14px 16px;border-bottom:#42453E 1px solid;font-size:18px;overflow:hidden} #nav-item:hover{width:150px;color:#5D6833;background:#ABC056;border-bottom-color:#5D6833;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out} diff --git a/plugins/dynamix/styles/default-gray.css b/plugins/dynamix/styles/default-gray.css index 968ecc614..dec6dc447 100644 --- a/plugins/dynamix/styles/default-gray.css +++ b/plugins/dynamix/styles/default-gray.css @@ -1,6 +1,5 @@ -html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar} +html{font-family:arimo} body{font-size:14px;color:#606E7F;background-color:#1B1D1B;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} -::-webkit-scrollbar{display:none} @media (max-width:1920px){#template{min-width:1080px;margin:0}} @media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}} img{border:0;text-decoration:none;vertical-align:middle} @@ -52,6 +51,8 @@ form+p{display:none} #header .text-right{float:right;text-align:left;padding-left:5px;padding-right:20px} #menu{position:fixed;top:0;left:0;bottom:12px;width:65px;padding:0;margin:0;background:#383A34;z-index:100;box-shadow:inset -1px 0 2px #121510} #nav-block{position:absolute;top:0;bottom:12px;color:#5D6833;white-space:nowrap;float:left;overflow-y:scroll;direction:rtl} +#nav-block::-webkit-scrollbar{display:none} +#nav-block{-ms-overflow-style:none;overflow:-moz-scrollbars-none} #nav-block>div{direction:ltr} #nav-item{width:24px;text-align:left;padding:14px 24px 14px 16px;border-bottom:#42453E 1px solid;font-size:18px;overflow:hidden} #nav-item:hover{width:150px;color:#5D6833;background:#ABC056;border-bottom-color:#5D6833;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}