Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Nasty little bug - easy fix
Post: RE: Nasty little bug - easy fix

Martin7483 Wrote: (11-07-2015, 08:41 AM) -- When having a suffix set in the config will not add the suffix when calling PHP Code: -- site_url(); // Result http://www.yourdomain.com -- It will...
4,708 Views
4 Replies
11-07-2015, 10:22 AM
Nicolaus.Sommer
    Thread: Nasty little bug - easy fix
Post: Nasty little bug - easy fix

File: system/core/Config.php Line: 269 - $uri .= $suffix; + if (trim($uri) !== '') $uri .= $suffix; If $config['url_suffix'] is set to a value like $config['url_suffix'] = '.html' the home link...
4,708 Views
4 Replies
11-07-2015, 05:49 AM
Nicolaus.Sommer

Theme © iAndrew 2016 - Forum software by © MyBB