script

  1. O

    http GET/PUT form data as input to lua or python?

    With some other servers I've used there were some built in functions for parsing and retrieving the key-value pairs from an http GET or POST form submission. For instance Mako web server has a request:data() function. You just enter local name = request:data("username") or local pwd =...
  2. T

    [Resolved] LS cache purge all php script

    In the Wordpress lightspeed cache plugin there is a purge all cache button. I would love to integrate a similar function in a plugin for Craft cms. I already found a solution to purge the cache of a single page...
Top