makesites / kisscms

A lightweight CMS written in PHP. Lightning fast to setup. Obviously easy to maintain. #php
http://kisscms.com
22 stars 6 forks source link

Lookup web root for plugins #110

Closed tracend closed 11 years ago

tracend commented 11 years ago

Plugins currently are looked up:

  1. in the global var PLUGINS set in the environment variables
  2. in the APP/plugins folder

On a clone site assuming an app folder exists is not realistic. Plus the app folder should be considered upgradable - easily upgrading to a later version by replacing all the contents.

For those reasons having a plugins folder in the web root may be preferable. This lookup will be automated and in addition to the existing ones, so no backwards compatibility problems should occur.

tracend commented 11 years ago

Closing as addressed