Skip to content

Commit 841dccd

Browse files
author
Kristan Kenney
committed
Merge branch 'refactor-ui-codebase' into refactor-ui
2 parents 16e3ce6 + 7b72d5f commit 841dccd

File tree

3 files changed

+0
-299
lines changed

3 files changed

+0
-299
lines changed

web/inc/secure_login.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?php
2-
if (file_exists('/usr/local/hestia/web/inc/nginx_proxy')==true) {
3-
if (isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI']=="/") {
4-
header("Location: /webmail/");
5-
exit;
6-
}
7-
}
82

93
$login_url_skip=0;
104
if ($_SERVER['SCRIPT_FILENAME']=='/usr/local/hestia/web/reset/mail/index.php') $login_url_skip=1;

web/js/i18n.js.php

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -11,57 +11,4 @@
1111

1212
App.i18n.ARE_YOU_SURE = '<?=__('Are you sure?')?>';
1313
App.Constants.UNLIM_TRANSLATED_VALUE = '<?=__('unlimited')?>';
14-
15-
App.Constants.FM_HIT = '<?=__('Hit')?>';
16-
App.Constants.FM_TO_RELOAD_THE_PAGE = '<?=__('to reload the page')?>'
17-
App.Constants.FM_DIRECTORY_NAME_CANNOT_BE_EMPTY = '<?=__('Directory name cannot be empty')?>';
18-
App.Constants.FM_FILE_NAME_CANNOT_BE_EMPTY = '<?=__('File name cannot be empty')?>';
19-
App.Constants.FM_NO_FILE_SELECTED = '<?=__('No file selected')?>';
20-
App.Constants.FM_NO_FILE_OR_DIRECTORY_SELECTED = '<?=__('No file or folder selected')?>';
21-
App.Constants.FM_FILE_TYPE_NOT_SUPPORTED = '<?=__('File type not supported')?>';
22-
App.Constants.FM_DIRECTORY_DOWNLOAD_NOT_READY = '<?=__('Directory download not available in current version')?>';
23-
24-
App.Constants.FM_DIRECTORY_NOT_AVAILABLE = '<?=__('Directory not available')?>';
25-
App.Constants.FM_DONE = '<?=__('Done')?>';
26-
App.Constants.FM_CLOSE = '<?=__('Close')?>';
27-
App.Constants.FM_COPY = '<?=__('Copy') ?>';
28-
App.Constants.FM_MOVE = '<?=__('Move') ?>';
29-
App.Constants.FM_CANCEL = '<?=__('Cancel')?>';
30-
App.Constants.FM_RENAME = '<?=__('Rename')?>';
31-
App.Constants.FM_CHMOD = '<?=__('Change Rights')?>';
32-
App.Constants.FM_DELETE = '<?=__('Delete')?>';
33-
App.Constants.FM_CONFIRM_DELETE_BULK = '<?=__('Delete items')?>';
34-
App.Constants.FM_EXTRACT = '<?=__('Extract')?>';
35-
App.Constants.FM_CREATE = '<?=__('Create')?>';
36-
App.Constants.FM_PACK = '<?=__('Compress')?>';
37-
App.Constants.FM_PACK_BUTTON = '<?=__('Compress')?>';
38-
App.Constants.FM_OK = '<?=__('OK')?>';
39-
App.Constants.FM_YOU_ARE_COPYING = '<?=__('YOU ARE COPYING')?>';
40-
App.Constants.FM_YOU_ARE_REMOVING = '<?=__('YOU ARE REMOVING')?>';
41-
42-
App.Constants.FM_COPY_BULK = '<?=__('Copy files')?>';
43-
App.Constants.FM_MOVE_BULK = '<?=__('Move files')?>';
44-
45-
App.Constants.FM_CONFIRM_COPY = '<?=__('Are you sure you want to copy')?>';
46-
App.Constants.FM_CONFIRM_MOVE = '<?=__('Are you sure you want to move')?>';
47-
App.Constants.FM_CONFIRM_DELETE = '<?=__('Are you sure you want to delete')?>';
48-
App.Constants.FM_INTO_KEYWORD = '<?=__('into')?>';
49-
App.Constants.FM_EXISTING_FILES_WILL_BE_REPLACED= '<?=__('existing files will be replaced')?>';
50-
App.Constants.FM_ORIGINAL_NAME = '<?=__('Original name')?>';
51-
App.Constants.FM_FILE = '<?=__('File')?>';
52-
App.Constants.FM_ALREADY_EXISTS = '<?=__('already exists')?>';
53-
App.Constants.FM_CREATE_FILE = '<?=__('Create file')?>';
54-
App.Constants.FM_CREATE_DIRECTORY = '<?=__('Create directory')?>';
55-
App.Constants.FM_TRANSLATED_DATES = {'Jan': '<?=__('Jan')?>', 'Feb': '<?=__('Feb')?>','Mar': '<?=__('Mar')?>','Apr': '<?=__('Apr')?>','May': '<?=__('May')?>','Jun': '<?=__('Jun')?>','Jul': '<?=__('Jul')?>','Aug': '<?=__('Aug')?>','Sep': '<?=__('Sep')?>','Oct': '<?=__('Oct')?>','Nov': '<?=__('Nov')?>','Dec': '<?=__('Dec')?>'};
56-
57-
App.Constants.FM_READ_BY_OWNER = '<?=__('read by owner')?>';
58-
App.Constants.FM_WRITE_BY_OWNER = '<?=__('write by owner')?>';
59-
App.Constants.FM_EXECUTE_BY_OWNER = '<?=__('execute/search by owner')?>';
60-
App.Constants.FM_READ_BY_GROUP = '<?=__('read by group')?>';
61-
App.Constants.FM_WRITE_BY_GROUP = '<?=__('write by group')?>';
62-
App.Constants.FM_EXECUTE_BY_GROUP = '<?=__('execute/search by group')?>';
63-
App.Constants.FM_READ_BY_OTHERS = '<?=__('read by others')?>';
64-
App.Constants.FM_WRITE_BY_OTHERS = '<?=__('write by others')?>';
65-
App.Constants.FM_EXECUTE_BY_OTHERS = '<?=__('execute/search by others')?>';
66-
6714
App.Constants.NOTIFICATIONS_EMPTY = '<?=__('no notifications')?>';

0 commit comments

Comments
 (0)