mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Fix copy-paste error
This commit is contained in:
parent
7f2eb4db32
commit
0b2dd15499
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Server {
|
|||
const LOCALE = 'en_US.UTF-8';
|
||||
|
||||
const CACHING_ENABLED = true;
|
||||
const CACHING_DISABLED = true;
|
||||
const CACHING_DISABLED = false;
|
||||
|
||||
/**
|
||||
* @var string $host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue