summaryrefslogtreecommitdiff
path: root/src/web/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/index.php')
-rw-r--r--src/web/index.php6
1 files 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');