2) && (argv(2) == 'load')) ? 1 : 0); $mod = new $module; header("Content-type: text/html"); // Modify the argument parameters to match what the new controller // expects. They are currently set to what this controller expects. \App::$argv = [ argv(1) ]; \App::$argc = 1; echo "
\r\n"; echo $mod->get($profile_uid, $load); echo "
\r\n"; killme(); } }