Welcome Guest, Not a member yet? Register   Sign In
how to redirect users to thier accounts in freakauth ???????????
#3

[eluser]piker[/eluser]
The same problem.

I create new controler:

Code:
<?
class Telefony extends Controller
{
   function Telefony()
   {
    parent::Controller();


      $this->_container = $this->config->item('FAL_telefony_dir').'tel/index';
   }
    function acl()
    {
        $this->freakauth_light->check();

        $data['heading'] = 'Przerażające';
        $data['page'] = $this->config->item('FAL_telefony_dir').'tel/telefony_komorki_view';
        $this->load->vars($data);
        $this->load->view($this->_container);
    }

when I calling acl() function, program show me login form.
after logging program redirect me to administrative panel?

Whats going on?
I want to see a template telefony_komorki_view.php

I have declared FAL_telefony_dir instead FAL_template_dir in file
config/freakauth_light.php

"sapienti sat"


Messages In This Thread
how to redirect users to thier accounts in freakauth ??????????? - by El Forum - 09-17-2009, 06:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB