Skip to content

Commit 955cb70

Browse files
committed
LogViewer - Last 70 lines
1 parent 78d963e commit 955cb70

File tree

8 files changed

+8
-3
lines changed

8 files changed

+8
-3
lines changed

bin/v-list-web-domain-accesslog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Argument defenition
1313
user=$1
1414
domain=$2
15-
lines=${3-30}
15+
lines=${3-70}
1616

1717
# Includes
1818
source $VESTA/conf/vesta.conf

bin/v-list-web-domain-errorlog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Argument defenition
1313
user=$1
1414
domain=$2
15-
lines=${3-30}
15+
lines=${3-70}
1616

1717
# Includes
1818
source $VESTA/conf/vesta.conf

web/inc/i18n/en.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
'stats password' => 'stats password',
310310
'ftp user password' => 'ftp user password',
311311
'ftp user' => 'ftp user',
312+
'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log',
312313
'Download AccessLog' => 'Download AccessLog',
313314
'Download ErrorLog' => 'Download ErrorLog',
314315

web/inc/i18n/es.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
'stats password' => 'contraseña estadísticas',
309309
'ftp user password' => 'contraseña usuario ftp',
310310
'ftp user' => 'usuario ftp',
311+
'Last 70 lines of %s.%s.log' => 'Últimos 70 líneas de %s.%s.log',
311312
'Download AccessLog' => 'Descargar AccessLog',
312313
'Download ErrorLog' => 'Descargar ErrorLog',
313314

web/inc/i18n/ro.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
'stats password' => 'parola de utilizator statistici',
311311
'ftp user password' => 'parola de FTP',
312312
'ftp user' => 'cont FTP',
313+
'Last 70 lines of %s.%s.log' => 'Ultimele 70 linii de %s.%s.log',
313314
'Download AccessLog' => 'Descarcă AccessLog',
314315
'Download ErrorLog' => 'Descarcă ErrorLog',
315316

web/inc/i18n/ru.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
'stats password' => 'пароль пользователя статистики',
311311
'ftp user password' => 'пароль для доступа к FTP',
312312
'ftp user' => 'пользователь FTP',
313+
'Last 70 lines of %s.%s.log' => 'Последние 70 строк файла %s.%s.log',
313314
'Download AccessLog' => 'Скачать AccessLog',
314315
'Download ErrorLog' => 'Скачать ErrorLog',
315316

web/inc/i18n/ua.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
'stats password' => 'пароль користувача статистики',
311311
'ftp user password' => 'пароль для доступу до FTP',
312312
'ftp user' => 'користувач FTP',
313+
'Last 70 lines of %s.%s.log' => 'Останні 70 ліній файла %s.%s.log',
313314
'Download AccessLog' => 'Завантажити AccessLog',
314315
'Download ErrorLog' => 'Завантажити ErrorLog',
315316

web/templates/admin/list_weblog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@
123123
</tr>
124124
</thead>
125125
</table>
126-
<div style="color: #323232; padding: 16px 0px;"><?php print __('Listing');?> <?php echo $_GET['domain'] ?></div>
126+
<div style="color: #323232; padding: 16px 0px;"><?php echo __('Last 70 lines of %s.%s.log',$_GET['domain'],$_GET['type']) ;?></div>
127127
<pre>

0 commit comments

Comments
 (0)