fdisotto / SlimBlog

Simple Blog written with Slim Framework
GNU General Public License v3.0
102 stars 39 forks source link

Use getUrl and getScriptName instead of a hardcoded URL #9

Closed StJudeWasHere closed 10 years ago

StJudeWasHere commented 10 years ago

Use getUrl and getScriptName instead of a hardcoded URL in the database. This makes the installation a bit easier as the SQL file doesn't have to be modified.

The Site URL field should also be removed from the settings view and the settings table as it's not needed anymore.

fdisotto commented 10 years ago

Thanks for suggestion. I would like to add several new features with the addition of multi languages (i18n) ;)