geodesicsolutions-community / geocore-community

GeoCore Community, open source classifieds and auctions software
MIT License
9 stars 6 forks source link

Remove License Info page from admin #145

Closed vicos59 closed 2 years ago

vicos59 commented 2 years ago

fixes #111

  1. src\admin\admin_classauction_tools.php (misc functions, not just for license) EDITED
  2. src\admin\menus\sections\admin_tools.php (Left col menu that links to the page in admin) EDITED
  3. src\admin\templates\licenseInfo.tpl (The actual License Info page template) DELETED

functions in admin_tools.php:

  1. display_admin_tools_license() DELETED
  2. update_admin_tools_license() DELETED

Search did not reveal any other files calling these functions. I guess they are orphans and I can remove them.

Seems like a straight-forward change.