Index: /branches/comu-ver2/data/class/pages/admin/LC_Page_Admin_Home.php
===================================================================
--- /branches/comu-ver2/data/class/pages/admin/LC_Page_Admin_Home.php	(revision 17353)
+++ /branches/comu-ver2/data/class/pages/admin/LC_Page_Admin_Home.php	(revision 17606)
@@ -68,7 +68,4 @@
         // PHPバージョンの取得
         $this->php_version = "PHP " . phpversion();
-
-        // OSバージョンの取得
-        $this->os_version = php_uname('s') . ' ' . php_uname('r');
 
         // 現在の会員数
Index: /branches/comu-ver2/data/Smarty/templates/default/admin/home.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/admin/home.tpl	(revision 17573)
+++ /branches/comu-ver2/data/Smarty/templates/default/admin/home.tpl	(revision 17606)
@@ -57,8 +57,4 @@
                 </tr>
                 <tr>
-                    <th>OSバージョン</th>
-                    <td><!--{$os_version|escape}--></td>
-                </tr>
-                <tr>
                     <th>詳細</td>
                     <td><a href="<!--{$smarty.const.URL_DIR}-->admin/system/system.php">システム設定＞システム情報</a></td>
@@ -141,2 +137,69 @@
 </div>
 <!--{* ▲CONTENTS *}-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
