From 65c9caad81587c4f881e3e6e218879b08c208c1e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 25 Sep 2024 14:46:38 -0400 Subject: [PATCH] update comment --- src/web/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/index.php b/src/web/index.php index 577bc60..9f1aa3f 100644 --- a/src/web/index.php +++ b/src/web/index.php @@ -8,10 +8,10 @@ date_default_timezone_set('America/New_York'); // ENVIRONMENT // // devlopment - do not cache any assets -// - allways reload +// - use http host provided by user // -// production - use generated timestamps -// - for eachfile +// production - use generated timestamps for each file +// - hard code http host to 'domain' lang string // define('ENVIRONMENT', 'devlopment');