diff options
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index ad34beff..eb8b0a16 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -440,6 +440,9 @@ define('DHOST_STATUS_ACTIVE', 0); define('DHOST_STATUS_DISABLED', 1); + define('AVAILABLE_NOCACHE', 0); // take available objects not from cache + + // define('BR', "<br/>\n"); define('SBR', "<br/>\n"); define('SPACE', ' '); |
