Hi there.
I'm trying to get acces to my website, but i find this:
access->checkLogin(); // get user prefernces $OBJ->lang->setlang($OBJ->access->prefs['user_lang']); // loading our module object $INDX =& load_class($go['a'], TRUE, 'mod', TRUE); // referencing wonkiness // review when there is time $aINDX =& $INDX; // loading our module method $OBJ->tunnel($aINDX, $go['a'], $go['q']); // output $INDX->template->output('index'); ?>
don't know what's happening.
Thanks