2020-04-20 UTC
# [LewisCowles] using separate files like that might be as simple as creating a new file which scans the $_SERVER['REQUEST_METHOD'] for 'GET' or 'POST' and then the path via $_SERVER['PATH_TRANSLATED'] (or whichever $_SERVER variable you have transmitting the path) equal to '/meetings', then include the requisite file.