From 5b2864c7d83090dcad15f7a8c42f7307884e99e5 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Wed, 3 Jun 2026 10:50:18 +0200 Subject: [PATCH] Added check for php server. Added an if check that allows the built-in PHP server to serve existing files directly. On a server it's handled by nginx, purely for ease of development. --- index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.php b/index.php index 9441963..dffaa05 100755 --- a/index.php +++ b/index.php @@ -1,5 +1,10 @@