mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| module("luci.controller.mlvpn", package.seeall)
 | |
| 
 | |
| function index()
 | |
| 	--entry({"admin", "openmptcprouter", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
 | |
| 	--entry({"admin", "services", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
 | |
| 	entry({"admin", "vpn", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
 | |
| end
 |