mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#11929 fix datatable for port != 80
This commit is contained in:
parent
e08c4508b7
commit
92fae2bb54
@ -4166,9 +4166,9 @@ function ui_print_datatable(array $parameters)
|
||||
|
||||
// * START JAVASCRIPT.
|
||||
if (is_metaconsole() === false) {
|
||||
$file_path = ui_get_full_url('include/javascript/datatablesFunction.js');
|
||||
$file_path = 'include/javascript/datatablesFunction.js';
|
||||
} else {
|
||||
$file_path = ui_get_full_url('../../include/javascript/datatablesFunction.js');
|
||||
$file_path = '../../include/javascript/datatablesFunction.js';
|
||||
}
|
||||
|
||||
$file_content = file_get_contents($file_path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user