header redirect in a plugin

sde

Verified User
Joined
Sep 11, 2004
Messages
213
Location
Temecula, CA
PHP:
<?php header('location: ...'); ?>

Any alternatives besides client side re-directs for plugins? I'm using the PHP as the scripting language for admin/index.html
 
Back
Top