We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199cdbf commit c53900fCopy full SHA for c53900f
core/sys_config.php
@@ -31,7 +31,7 @@ function _d(string $name, mixed $value): void
31
_d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes
32
_d("SPEED_HAX", false); // boolean do some questionable things in the name of performance
33
_d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse
34
-_d("VERSION", "2.11.0"); // string shimmie version
+_d("VERSION", "2.11.1"); // string shimmie version
35
_d("TIMEZONE", null); // string timezone
36
_d("EXTRA_EXTS", ""); // string optional extra extensions
37
_d("BASE_HREF", null); // string force a specific base URL (default is auto-detect)
0 commit comments