Added changes to constants.php / added ACP modules, etc
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user