Update update instructions in order to fit 83ac08a9d2

This commit is contained in:
Marc Alexander
2012-03-07 15:19:56 +01:00
parent 83ac08a9d2
commit 53953d4476
2 changed files with 12 additions and 0 deletions

View File

@@ -167,6 +167,12 @@ Weitere Sprachen kannst in unseren International Forum finden: http://www.board3
<action type="replace-with"><![CDATA[ 'U_PORTAL' => (isset($config['board3_enable']) && $config['board3_enable'] && $auth->acl_get('u_view_portal')) ? append_sid("{$phpbb_root_path}portal.$phpEx") : '',]]></action>
</edit>
</open>
<open src="includes/session.php">
<edit>
<find><![CDATA[ if (!empty($_GET['style']) && !defined('ADMIN_START'))]]></find>
<action type="replace-with"><![CDATA[ if (!empty($_GET['style']) && !defined('ADMIN_START') && $this->data['user_type'] != USER_IGNORE)]]></action>
</edit>
</open>
<php-installer>install/index.php</php-installer>
<diy-instructions lang="de"><![CDATA[Rufe install/index.php auf und führe den Installer aus

View File

@@ -132,6 +132,12 @@ Weitere Sprachen kannst in unseren International Forum finden: http://www.board3
<file name="styles/prosilver/template/portal/modules/announcements.html" />
<file name="styles/prosilver/template/portal/modules/announcements_compact.html" />
</delete>
<open src="includes/session.php">
<edit>
<find><![CDATA[ if (!empty($_GET['style']) && !defined('ADMIN_START'))]]></find>
<action type="replace-with"><![CDATA[ if (!empty($_GET['style']) && !defined('ADMIN_START') && $this->data['user_type'] != USER_IGNORE)]]></action>
</edit>
</open>
<php-installer>install/index.php</php-installer>
<diy-instructions lang="de"><![CDATA[Rufe install/index.php auf und führe den Installer aus