Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Feb 27, 2024
1 parent 3a393c2 commit a4c1de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sys_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function _d(string $name, mixed $value): void
_d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes
_d("SPEED_HAX", false); // boolean do some questionable things in the name of performance
_d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse
_d("VERSION", "2.10.6"); // string shimmie version
_d("VERSION", "2.10.7"); // string shimmie version
_d("TIMEZONE", null); // string timezone
_d("EXTRA_EXTS", ""); // string optional extra extensions
_d("BASE_HREF", null); // string force a specific base URL (default is auto-detect)
Expand Down

0 comments on commit a4c1de3

Please sign in to comment.