* Fixed a typo
[project/luci.git] / core / src / init.lua
index 8d4cea2..ce52d0a 100644 (file)
@@ -1,8 +1,8 @@
 --[[
-FFLuCI - Freifunk Lua Configuration Interface
+LuCI - Lua Configuration Interface
 
 Description:
-This is the init file
+Main class
 
 FileId:
 $Id$
@@ -23,7 +23,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 ]]--
-module("ffluci", package.seeall)
+module("luci", package.seeall)
 
-__version__ = "0.4"
-__appname__ = "FFLuCI"
+__version__ = "0.5"
+__appname__ = "LuCI"