lat9 / gpsf

An update to the previous Numinix version, now supporting Zen Carts 1.5.6 and above (including 1.5.8a) as well as PHP versions 5.6 through 8.2.
GNU General Public License v2.0
2 stars 2 forks source link

Remove unneeded/unwanted configuration settings #6

Closed lat9 closed 1 year ago

lat9 commented 1 year ago

There are currently two 'legacy' configuration settings:

  1. Website Address (GPSF_ADDRESS)
  2. Store Description (GPSF_DESCRIPTION)

These configuration settings are, IMO, unneeded and unwanted as they can be gleaned from already-existing values for a site:

  1. GPSF_ADDRESS => HTTP_SERVER . DIR_WS_CATALOG
  2. GPSF_DESCRIPTION => HOME_PAGE_META_DESCRIPTION (defined in the language file meta_tags.php or lang.meta_tags.php).