summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/system.php
AgeCommit message (Collapse)Author
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-10Stop using "which" to find binaries. Create system::find_binary()Bharat Mediratta
which traverses the $PATH and returns any executable binary of the appropriate name that it can find. Fixes #1555.