Added changes to constants.php / added ACP modules, etc

This commit is contained in:
Kevin
2008-10-04 19:56:58 +00:00
parent 3904d7924c
commit 85e9ae633b
11 changed files with 394 additions and 33 deletions

View File

@@ -316,7 +316,9 @@ Deny from All
<open src="includes/constants.php">
<edit>
<find><![CDATA[// Additional tables]]></find>
<action type="after-add"><![CDATA[define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');]]></action>
<action type="after-add"><![CDATA[// Board3 Portal
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
define('PORTAL_BLOCKS_TABLE', $table_prefix . 'portal_blocks');]]></action>
</edit>
</open>
<open src="includes/functions.php">