liquid_feedback_frontend

diff app/main/member/_sidebar_whatcanido.lua @ 1228:554b739f86d6

Removed developer settings
author bsw
date Tue Dec 01 17:43:16 2015 +0100 (2015-12-01)
parents 904f6807f7fa
children 32cc544d5a5b
line diff
     1.1 --- a/app/main/member/_sidebar_whatcanido.lua	Tue Dec 01 17:29:54 2015 +0100
     1.2 +++ b/app/main/member/_sidebar_whatcanido.lua	Tue Dec 01 17:43:16 2015 +0100
     1.3 @@ -81,7 +81,6 @@
     1.4        if not util.is_profile_field_locked(app.session.member, "password") then
     1.5          pages[#pages+1] = { view = "settings_password",       text = _"change your password" }
     1.6        end
     1.7 -      pages[#pages+1] = { view = "developer_settings",      text = _"developer settings" }
     1.8  
     1.9        if config.download_dir then
    1.10          pages[#pages+1] = { module = "index", view = "download",      text = _"database download" }

Impressum / About Us