Open ./includes/acp/acp_main.phpDa Undead wrote:Ok thankyou. Think you can guide me on how to do that?
Code: Select all
if ((int) $user->data['user_type'] !== USER_FOUNDER)
{
trigger_error($user->lang['NO_AUTH_OPERATION'] . adm_back_link($this->u_action), E_USER_WARNING);
}
Code: Select all
<!-- IF S_FOUNDER -->
<form id="action_purge_cache_form" method="post" action="{U_ACTION}">
<dl>
<dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
<dd><input type="hidden" name="action" value="purge_cache" /><input class="button2" type="submit" id="action_purge_cache" name="action_purge_cache" value="{L_RUN}" /></dd>
</dl>
</form>
<!-- ENDIF -->
Code: Select all
<!-- IF S_FOUNDER -->
Code: Select all
<!-- ENDIF -->
Gah, sleepless nights are indeed the cause. Sorry guys.TriggerSpasm wrote:im guessing Marshalrusty was still half asleep because it should be in 3.0 mod requests not 2.0