Update VPN name

This commit is contained in:
Matthias Schiffer 2012-11-19 17:48:59 +01:00
parent 09e8f07c8d
commit 4e370d1c22
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
local meshvpn_name = "ffhl_mesh_vpn"
local meshvpn_name = "mesh_vpn"
local uci = luci.model.uci.cursor()
local nav = require "luci.tools.freifunk-wizard.nav"

View File

@ -1,5 +1,5 @@
<%
local meshvpn_name = "ffhl_mesh_vpn"
local meshvpn_name = "mesh_vpn"
local address = "freifunk.luebeck@asta.uni-luebeck.de"
local disp = require "luci.dispatcher"