summaryrefslogtreecommitdiff
path: root/inc/farm.php
Commit message (Collapse)AuthorAge
* Prevent information disclosure in farms by disallowing subdirectoriesMichael Hamann2012-07-08
|
* renamed conf_path() to farm_confpath()Anika Henke2012-07-08
|
* Check that animal name is a string, better error message if notMichael Hamann2012-07-08
|
* Check that the animal is actually inside the farmMichael Hamann2012-07-08
| | | | | | | This makes sure that the animal that is specified in the URL is actually a subdirectory inside the farm and not somewhere else in the system. This allows that the animals are organized in different subdirectories for more complicated farm setups.
* Add cli support to farm implementationMichael Hamann2012-07-08
| | | | Now the animal can be specified in the animal environment variable.
* plugins.php should belong to the farmerAnika Henke2012-07-08
|
* improved comments, added link to farm.phpAnika Henke2012-07-08
|
* added farms to the coreAnika Henke2012-07-08
* extracted most farm code into inc/farm.php * by default farm.php is nowhere included * added preload.php.dist as an example farm setup * farm.php can be included in preload.php to activate farming