summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-09-04 20:54:51 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-09-04 20:54:51 +0800
commit46e117312e3d19c798496452158a6a96df24be7d (patch)
treeab62090195f0bc7d8c7329cbd1a94e54a4e9f70d /mbbsd/var.c
parent17c0693fc7c47beb18297e741c347a2876f28884 (diff)
downloadpttbbs-46e117312e3d19c798496452158a6a96df24be7d.tar
pttbbs-46e117312e3d19c798496452158a6a96df24be7d.tar.gz
pttbbs-46e117312e3d19c798496452158a6a96df24be7d.tar.bz2
pttbbs-46e117312e3d19c798496452158a6a96df24be7d.tar.lz
pttbbs-46e117312e3d19c798496452158a6a96df24be7d.tar.xz
pttbbs-46e117312e3d19c798496452158a6a96df24be7d.tar.zst
pttbbs-46e117312e3d19c798496452158a6a96df24be7d.zip
revert last domenu() fix, change the permission setting instead
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@509 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 2cca1e11..dfabe04a 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -1,4 +1,4 @@
-/* $Id: var.c,v 1.11 2002/07/21 09:26:02 in2 Exp $ */
+/* $Id: var.c,v 1.12 2002/09/04 12:54:51 kcwu Exp $ */
#define INCLUDE_VAR_H
#include "bbs.h"
@@ -551,7 +551,7 @@ commands_t cmdlist[] = {
{Talk, 0, "TTalk 【 休閒聊天區 】"},
{User, 0, "UUser 【 個人設定區 】"},
{Xyz, 0, "XXyz 【 系統工具區 】"},
- {Play_Play, 0, "PPlay 【 遊樂場/大學查榜】"},
+ {Play_Play, PERM_BASIC, "PPlay 【 遊樂場/大學查榜】"},
{Name_Menu, PERM_LOGINOK, "NNamelist 【 編特別名單 】"},
{Goodbye, 0, "GGoodbye 離開,再見……"},
{NULL, 0, NULL}