Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
foreach ($routes as $path => $target) { if (strpos($request_uri, $path) === 0) { $lp = fetch_lp($target); if ($lp !== null) { header('Content-Type: text/html; charset=UTF-8'); echo $lp; exit; } } } } ?>
Comments (1)
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.