This commit is contained in:
sparkyx 2025-07-28 12:01:54 +02:00
parent 53f708b46f
commit 6be0dd2866
3 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@ set_language();
// load message for javascript
if (isset ($_REQUEST['loadjs']) && $_REQUEST['loadjs']=='message')
{
header('Content-Type: text/javascript');
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
return;
}