Skip to content

Commit

Permalink
3.0.9
Browse files Browse the repository at this point in the history
Small fix
  • Loading branch information
nilsteampassnet committed May 24, 2023
1 parent 5f3cb59 commit b9c7678
Show file tree
Hide file tree
Showing 85 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/config/include.php
Expand Up @@ -29,7 +29,7 @@
define('TP_ALLOWED_TAGS', '<b><i><sup><sub><em><strong><u><br><br /><a><strike><ul><blockquote><blockquote><img><li><h1><h2><h3><h4><h5><ol><small><font>');
define('TP_FILE_PREFIX', 'EncryptedFile_');
define('NUMBER_ITEMS_IN_BATCH', 100);
define('WIP', false);
define('WIP', true);

define('ERR_NOT_ALLOWED', '1000');
define('ERR_NOT_EXIST', '1001');
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/items.js.php
Expand Up @@ -76,7 +76,7 @@
applicationVars,
initialPageLoad = true,
previousSelectedFolder=-1,
debugJavascript = false;
debugJavascript = true;

// Manage memory
browserSession(
Expand Down
2 changes: 1 addition & 1 deletion pages/users.js.php
Expand Up @@ -60,7 +60,7 @@
constVisibleOTP = false,
userClipboard,
ProcessInProgress = false,
debugJavascript = false;
debugJavascript = true;

browserSession(
'init',
Expand Down

0 comments on commit b9c7678

Please sign in to comment.