OSDN Git Service

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

index b8a856a..fe4f7ee 100644 (file)
@@ -1,3 +1,4 @@
+#18681 - Remove admin mode.
 #17691 - Append costume list.
 #17690 - Append ability list.
 #18552 - &quot; is not normalized.
index 59ea89f..6947f4b 100644 (file)
@@ -1,3 +1,4 @@
+#18681 - \8aÇ\97\9d\89æ\96Ê\82ð\8dí\8f\9c
 #17691 - \82±\82·\82è\82·\82Æ\82 \82­\82µ\82å\82ñ\82ð\92Ç\89Á
 #17690 - \82 \82Ñ\82è\82·\82Æ\82 \82­\82µ\82å\82ñ\82ð\92Ç\89Á
 #18552 - \82Å\81[\82½\92\86\82É\8fo\82Ä\82­\82é\82¾\82Ô\82é\82­\82§\81[\82Æ\82Ì\88µ\82¢\82ª\82¨\82©\82µ\82©\82Á\82½\82Ì\82Å\8fC\90³
diff --git a/public_html/modules/sd3rd/admin/index.php b/public_html/modules/sd3rd/admin/index.php
deleted file mode 100644 (file)
index b134223..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * @file
- * @brief The page controller in the directory
- * @package sd3rd
- * @version $Id$
-**/
-
-require_once '../../../mainfile.php';
-
-require_once XOOPS_TRUST_PATH . '/modules/sd3rd/admin/index.php';
-
-?>
diff --git a/trust_path/modules/sd3rd/admin/index.php b/trust_path/modules/sd3rd/admin/index.php
deleted file mode 100644 (file)
index 6c3d627..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
- * @file
- * @brief The page controller in the directory
- * @package sd3rd
- * @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 ba58095..febf750 100644 (file)
@@ -77,21 +77,7 @@ $modversion['templates'] = array(
 //
 // Admin panel setting
 //
-$modversion['hasAdmin'] = 1;
-$modversion['adminindex'] = 'admin/index.php';
-$modversion['adminmenu'] = array(
-/*
-    array(
-        'title'    => _MI_SD3RD_LANG_XXXX,
-        'link'     => 'admin/index.php?action=xxx',
-        'keywords' => _MI_SD3RD_KEYWORD_XXX,
-        'show'     => true,
-        'absolute' => false
-    ),
-*/
-##[cubson:adminmenu]
-##[/cubson:adminmenu]
-);
+$modversion['hasAdmin'] = 0;
 
 //
 // Public side control setting