I have runs in /tmp that will load if I force a $run = $_GET['run']; in index.php
If I do not FORCE $run, only runs that match [a-f0-9] will be loaded.
So far I cannot figure out why it is not extracting $run from the query string with a limited character set. But this really messes things up when you want to define custom run_ids and they do not conform to a purely [a-f0-9] type naming convention.
I have runs in /tmp that will load if I force a $run = $_GET['run']; in index.php
If I do not FORCE $run, only runs that match [a-f0-9] will be loaded.
So far I cannot figure out why it is not extracting $run from the query string with a limited character set. But this really messes things up when you want to define custom run_ids and they do not conform to a purely [a-f0-9] type naming convention.