Command Line API
I'd like to build a few functions that can be called via PHP command line, or via a PHP exec() call. Things like adduser, deleteuser, etc. I have this working via cURL, but I don't want these functions available via browser at all.
Does Concrete5 have …