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
throw new Exception("Your current PHP version is unsupported. You need to run PHP 7.1.0 at least to run PHP-ReRoute. Support for older PHP versions may be added in the future.");
} else {
set_include_path(__DIR__.DIRECTORY_SEPARATOR);
foreach(glob(__DIR__.DIRECTORY_SEPARATOR."*.class.php") as $script) {