You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: