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',
|
'getChartAjax',
|
||||||
'formFeedback',
|
'formFeedback',
|
||||||
'createdScheduleFeedbackTask',
|
'createdScheduleFeedbackTask',
|
||||||
|
'getSystemDate',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
@ -209,6 +210,7 @@ class Diagnostics extends Wizard
|
|||||||
'getAttachmentFolder',
|
'getAttachmentFolder',
|
||||||
'getInfoTagenteDatos',
|
'getInfoTagenteDatos',
|
||||||
'getServerThreads',
|
'getServerThreads',
|
||||||
|
'getSystemDate',
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($this->pdf === true) {
|
if ($this->pdf === true) {
|
||||||
@ -278,6 +280,10 @@ class Diagnostics extends Wizard
|
|||||||
$title = __('SQL show engine innodb status');
|
$title = __('SQL show engine innodb status');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'getSystemDate':
|
||||||
|
$title = __('Date system');
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// Not possible.
|
// Not possible.
|
||||||
$title = '';
|
$title = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user