cyklokoalicia / OpenSourceBikeShare

The world's first low-cost and open source bike sharing system. (new version in development, use working "breakthrough" release instead!)
http://opensourcebikeshare.com/
GNU General Public License v3.0
169 stars 71 forks source link

Add registration page to index.php #127

Open ewooonk opened 7 years ago

ewooonk commented 7 years ago

Simply add below line 87:

else
    { 
   echo '<li><a href="http://www.DOMAIN/register.php"><span class="glyphicon glyphicon-pencil"></span> ',_('Register'),'</a></li>';
    }