OSDN Git Service

#18680 - Remove admin mode.
authormumin <mumincacao@users.sourceforge.jp>
Sun, 13 Sep 2009 07:30:21 +0000 (16:30 +0900)
committermumin <mumincacao@users.sourceforge.jp>
Sun, 13 Sep 2009 07:30:21 +0000 (16:30 +0900)
documents/changes.en.txt
documents/changes.ja.txt
public_html/modules/sd2nd/admin/index.php [deleted file]
trust_path/modules/sd2nd/admin/index.php [deleted file]
trust_path/modules/sd2nd/xoops_version.php

index 62798ce..c8c08a2 100644 (file)
@@ -1,3 +1,4 @@
+#18680 - Remove admin mode.
 #18387 - Remove help files.
 #17773 - GarbageCollectionDispose is not work.
 #17746 - Typo: Reflesh is not refresh.
index e6140d7..5746d68 100644 (file)
@@ -1,3 +1,4 @@
+#18680 - \8aÇ\97\9d\89æ\96Ê\82ð\8dí\8f\9c
 #18387 - \82Ö\82é\82Õ\8b@\94\\82ð\8dí\8f\9c
 #17773 - GarbageCollectionDispose \82ª\82¿\82á\82ñ\82Æ\93®\82¢\82Ä\82È\82©\82Á\82½\82Ì\82ð\8fC\90³
 #17746 - \82è\82Ó\82ê\82Á\82µ\82ã\82ª\8dÄ\93÷\82É\82È\82Á\82Ä\82½\82Ì\82ð\8fC\90³
diff --git a/public_html/modules/sd2nd/admin/index.php b/public_html/modules/sd2nd/admin/index.php
deleted file mode 100644 (file)
index 923b23f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * @file
- * @brief The page controller in the directory
- * @package sd2nd
- * @version $Id$
-**/
-
-require_once '../../../mainfile.php';
-
-require_once XOOPS_TRUST_PATH . '/modules/sd2nd/admin/index.php';
-
-?>
diff --git a/trust_path/modules/sd2nd/admin/index.php b/trust_path/modules/sd2nd/admin/index.php
deleted file mode 100644 (file)
index 85bc48f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
- * @file
- * @brief The page controller in the directory
- * @package sd2nd
- * @version $Id$
-**/
-
-require_once XOOPS_ROOT_PATH . '/header.php';
-
-$root =& XCube_Root::getSingleton();
-
-$root->mContext->mModule->setAdminMode(true);
-$root->mController->execute();
-
-require_once XOOPS_ROOT_PATH . '/footer.php';
-
-?>
index 67a8e82..174af43 100644 (file)
@@ -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