mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10296 added getSystemDate in AJAXMethods
This commit is contained in:
parent
a39fe577b5
commit
1457dffe6c
@ -104,6 +104,7 @@ class Diagnostics extends Wizard
|
||||
'getChartAjax',
|
||||
'formFeedback',
|
||||
'createdScheduleFeedbackTask',
|
||||
'getSystemDate',
|
||||
];
|
||||
|
||||
|
||||
@ -209,6 +210,7 @@ class Diagnostics extends Wizard
|
||||
'getAttachmentFolder',
|
||||
'getInfoTagenteDatos',
|
||||
'getServerThreads',
|
||||
'getSystemDate',
|
||||
];
|
||||
|
||||
if ($this->pdf === true) {
|
||||
@ -278,6 +280,10 @@ class Diagnostics extends Wizard
|
||||
$title = __('SQL show engine innodb status');
|
||||
break;
|
||||
|
||||
case 'getSystemDate':
|
||||
$title = __('Date system');
|
||||
break;
|
||||
|
||||
default:
|
||||
// Not possible.
|
||||
$title = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user