From b49624c05f19c8456d537a773f510294e557b604 Mon Sep 17 00:00:00 2001 From: mumin Date: Sun, 13 Sep 2009 16:30:21 +0900 Subject: [PATCH] #18680 - Remove admin mode. --- documents/changes.en.txt | 1 + documents/changes.ja.txt | 1 + public_html/modules/sd2nd/admin/index.php | 13 ------------- trust_path/modules/sd2nd/admin/index.php | 18 ------------------ trust_path/modules/sd2nd/xoops_version.php | 16 +--------------- 5 files changed, 3 insertions(+), 46 deletions(-) delete mode 100644 public_html/modules/sd2nd/admin/index.php delete mode 100644 trust_path/modules/sd2nd/admin/index.php diff --git a/documents/changes.en.txt b/documents/changes.en.txt index 62798ce..c8c08a2 100644 --- a/documents/changes.en.txt +++ b/documents/changes.en.txt @@ -1,3 +1,4 @@ +#18680 - Remove admin mode. #18387 - Remove help files. #17773 - GarbageCollectionDispose is not work. #17746 - Typo: Reflesh is not refresh. diff --git a/documents/changes.ja.txt b/documents/changes.ja.txt index e6140d7..5746d68 100644 --- a/documents/changes.ja.txt +++ b/documents/changes.ja.txt @@ -1,3 +1,4 @@ +#18680 - ŠÇ—‰æ–Ê‚ðíœ #18387 - ‚Ö‚é‚Õ‹@”\‚ðíœ #17773 - GarbageCollectionDispose ‚ª‚¿‚á‚ñ‚Æ“®‚¢‚Ä‚È‚©‚Á‚½‚Ì‚ðC³ #17746 - ‚è‚Ó‚ê‚Á‚µ‚オÄ“÷‚É‚È‚Á‚Ä‚½‚Ì‚ðC³ diff --git a/public_html/modules/sd2nd/admin/index.php b/public_html/modules/sd2nd/admin/index.php deleted file mode 100644 index 923b23f..0000000 --- a/public_html/modules/sd2nd/admin/index.php +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/trust_path/modules/sd2nd/admin/index.php b/trust_path/modules/sd2nd/admin/index.php deleted file mode 100644 index 85bc48f..0000000 --- a/trust_path/modules/sd2nd/admin/index.php +++ /dev/null @@ -1,18 +0,0 @@ -mContext->mModule->setAdminMode(true); -$root->mController->execute(); - -require_once XOOPS_ROOT_PATH . '/footer.php'; - -?> diff --git a/trust_path/modules/sd2nd/xoops_version.php b/trust_path/modules/sd2nd/xoops_version.php index 67a8e82..174af43 100644 --- a/trust_path/modules/sd2nd/xoops_version.php +++ b/trust_path/modules/sd2nd/xoops_version.php @@ -105,21 +105,7 @@ $modversion['templates'] = array( // // Admin panel setting // -$modversion['hasAdmin'] = 1; -$modversion['adminindex'] = 'admin/index.php'; -$modversion['adminmenu'] = array( -/* - array( - 'title' => _MI_SD2ND_LANG_XXXX, - 'link' => 'admin/index.php?action=xxx', - 'keywords' => _MI_SD2ND_KEYWORD_XXX, - 'show' => true, - 'absolute' => false - ), -*/ -##[cubson:adminmenu] -##[/cubson:adminmenu] -); +$modversion['hasAdmin'] = 0; // // Public side control setting -- 2.11.0