redirect::GET PHP Method

GET() public method

public GET ( )
    function GET()
    {
        header('Location: /info');
    }
redirect