```PHP if (PHP_SAPI !== 'cli') { echo 'Warning: The Thruway Router should be invoked via the CLI version of PHP, not the ' . PHP_SAPI . ' SAPI' . PHP_EOL; } ```