This commit is contained in:
sparkyx 2025-07-28 12:06:20 +02:00
parent d18b229e48
commit 862bad078e
3 changed files with 4 additions and 3 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;
}