Joomline/slogin

Logout fails on localhost project within a subfolder

Closed this issue · 0 comments

I have a project at http://localhost/myproj. I can login via FB account but cannot logout. I updated the code as follows to make it work:

modules/mod_slogin/tmpl/compact.php (line 18):

<form action="<?php echo JRoute::_(JURI::base(True).'/', true, $params->get('usesecure')); ?>" method="post" id="login-form">

This is FYI. Since it's a small change, I thought you might want to fix it directly on your repo. Thx