We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114f9a6 commit 69946ffCopy full SHA for 69946ff
iwsy/resources/ecs/iwsy.txt
@@ -116,12 +116,12 @@
116
117
if Domain is `iwannashowyou.com` set IsHome else clear IsHome
118
119
-! Not static, so test if the 'dist' folder exists. If so, use it as the CDN
120
- rest get Item from Protocol cat Domain cat `/rest.php/dist` or go to Start
121
- put Protocol cat Domain into CDN
+! Not static, so see if the launcher has provided a CDN
+ get Item from storage as `.cdn`
+ if Item is not empty put Item into CDN
122
123
! If the debug flag is set use admin storage but local CDN
124
- get Item from storage as `debug`
+ get Item from storage as `.debug`
125
if Item is `true` set Static
126
127
Start:
0 commit comments