OSDN Git Service

updated correct file
[nucleus-jp/nucleus-jp-ancient.git] / euc / install.php
index aa2a9fb..d6ffea5 100755 (executable)
@@ -1,7 +1,7 @@
 <?php\r
        /**\r
          * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
-         * Copyright (C) 2002-2004 The Nucleus Group\r
+         * Copyright (C) 2002-2005 The Nucleus Group\r
          *\r
          * This program is free software; you can redistribute it and/or\r
          * modify it under the terms of the GNU General Public License\r
@@ -28,7 +28,7 @@
                //\r
                // example:\r
                //     array('NP_TrackBack', 'NP_MemberGoodies')\r
-               $aConfPlugsToInstall = array();\r
+               $aConfPlugsToInstall = array('NP_SkinFiles');\r
 \r
 \r
                // array with skins to install. skins must be present under the skins/ directory with\r
@@ -36,7 +36,7 @@
                //\r
                // example:\r
                //     array('base','rsd')\r
-               $aConfSkinsToImport = array();\r
+               $aConfSkinsToImport = array('default');\r
 \r
        /*\r
                -- End Of Configurable Part --\r
                <legend>¥¦¥§¥Ö¥í¥°¤Î¥Ç¡¼¥¿</legend>\r
                <table><tr>\r
                        <td>Blog̾¡§</td>\r
-                       <td><input name="Blog_name" size="60" value="My Nucleus Weblog" /></td>\r
+                       <td><input name="Blog_name" size="60" value="My Nucleus CMS" /></td>\r
                </tr><tr>\r
                        <td>Blog¤Îû½Ì̾¡§</td>\r
                        <td>\r
-                               <input name="Blog_shortname" value="myweblog" />\r
+                               <input name="Blog_shortname" value="mynucleuscms" />\r
                                <small>(µö²Ä¤µ¤ì¤ëʸ»ú¡§a-z ¤È 0-9¡¢¥¹¥Ú¡¼¥¹¤ÏÉÔ²Ä)</small>\r
                        </td>\r
                </tr></table>\r
 \r
        <p>\r
                <input name="action" value="go" type="hidden" />\r
-               <input type="submit" value="Install Nucleus" onclick="return checkSubmit();" />\r
+               <input type="submit" value="Nucleus CMS¤Î¥¤¥ó¥¹¥È¡¼¥ë" onclick="return checkSubmit();" />\r
        </p>\r
 \r
        </form>\r
                        'nucleus_plugin',\r
                        'nucleus_skin',\r
                        'nucleus_template',\r
-                       'nucleus_team'\r
+                       'nucleus_team',\r
+                       'nucleus_activation',\r
+                       'nucleus_tickets'\r
 // these are unneeded (one of the replacements above takes care of them)\r
 //                     'nucleus_plugin_event',\r
 //                     'nucleus_plugin_option',\r
                        $mysql_prefix . 'nucleus_plugin',\r
                        $mysql_prefix . 'nucleus_skin',\r
                        $mysql_prefix . 'nucleus_template',\r
-                       $mysql_prefix . 'nucleus_team'\r
+                       $mysql_prefix . 'nucleus_team',\r
+                       $mysql_prefix . 'nucleus_activation',\r
+                       $mysql_prefix . 'nucleus_tickets'\r
 // these are unneeded (one of the replacements above takes care of them)\r
 //                     $mysql_prefix . 'nucleus_plugin_event',\r
 //                     $mysql_prefix . 'nucleus_plugin_option',\r
 \r
        // include libs\r
        include($DIR_LIBS.'globalfunctions.php');\r
+       if (!extension_loaded('mbstring')) {\r
+               include($DIR_LIBS.'mb_emulator/mb-emulator.php');\r
+       }\r
 ?&gt;\r
                        </pre>\r
 \r
        /* for the non-php systems that decide to show the contents:\r
           ?></div><?php        */\r
 \r
-?>
\ No newline at end of file
+?>\r