lat9 / usu

Ultimate SEO URLs for Zen Cart
GNU General Public License v3.0
1 stars 5 forks source link

Simplify handling of configuration settings #20

Closed lat9 closed 5 years ago

lat9 commented 5 years ago

Many of USU's configuration settings are currently controlled by specific use_function and set_function processing. This complicates the control of those settings and, where the settings have inter-dependencies, can result in unwanted configuration values.

Those checks and additional processing based on a configuration setting's change will be migrated to a USU-specific admin initialization file that "kicks in" during the configuration page's processing of those elements.