shell bypass 403
<?php
// ensure this file is being included by a parent file
if( !defined( '_JEXEC' ) && !defined( '_VALID_MOS' ) ) die( 'Restricted access' );
$GLOBALS["users"]=array(
array('[[admin_username]]','[[admin_pass]]','[[rootpath]]','[[protocol]]://[[domhost]]','1','','7',1),
);
?>