diff --git a/class/core/mw.py b/class/core/mw.py
index f5d90dbc9a..add6338e2a 100755
--- a/class/core/mw.py
+++ b/class/core/mw.py
@@ -1466,7 +1466,7 @@ def makeConf():
     file = getRunDir() + '/data/json/config.json'
     if not os.path.exists(file):
         c = {}
-        c['title'] = '老子面板'
+        c['title'] = '后羿面板'
         c['home'] = 'http://github/midoks/mdserver-web'
         c['recycle_bin'] = True
         c['template'] = 'default'