mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	remove base64 check
This commit is contained in:
		
							parent
							
								
									cee80daa71
								
							
						
					
					
						commit
						f7e171accc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -76,7 +76,7 @@ end
 | 
			
		|||
		<div class="cbi-value">
 | 
			
		||||
		    <label class="cbi-value-title"><%:Server key%></label>
 | 
			
		||||
		    <div class="cbi-value-field">
 | 
			
		||||
			<input type="text" name="<%=servername%>.openmptcprouter_vps_key" placeholder="Server key" class="cbi-input-text" value="<%=uci:get("openmptcprouter",servername,"password")%>" data-type="base64" data-optional="false">
 | 
			
		||||
			<input type="text" name="<%=servername%>.openmptcprouter_vps_key" placeholder="Server key" class="cbi-input-text" value="<%=uci:get("openmptcprouter",servername,"password")%>" data-optional="false">
 | 
			
		||||
			<br />
 | 
			
		||||
			<div class="cbi-value-description">
 | 
			
		||||
			    <%:Key to configure and retrieve others keys from Server. Empty to disable.%>
 | 
			
		||||
| 
						 | 
				
			
			@ -135,7 +135,7 @@ end
 | 
			
		|||
	    <div class="cbi-value">
 | 
			
		||||
		<label class="cbi-value-title"><%:ShadowSocks key%></label>
 | 
			
		||||
		<div class="cbi-value-field">
 | 
			
		||||
		    <input type="text" name="shadowsocks_key" placeholder="ShadowSocks key" class="cbi-input-text" value="<%=uci:get("shadowsocks-libev","sss0","key")%>" data-type="base64">
 | 
			
		||||
		    <input type="text" name="shadowsocks_key" placeholder="ShadowSocks key" class="cbi-input-text" value="<%=uci:get("shadowsocks-libev","sss0","key")%>" />
 | 
			
		||||
		    <br />
 | 
			
		||||
		    <div class="cbi-value-description">
 | 
			
		||||
		        <%:ShadowSocks is used for TCP.%>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue