diff OrthancServer/OrthancConfiguration.h @ 3535:41365091a41e

display a security warning in the logs at startup when ExecuteLuaEnabled is true
author Alain Mazy <alain@mazy.be>
date Sun, 06 Oct 2019 09:52:57 +0200
parents d2b9981017c4
children 8be5451f6820
line wrap: on
line diff
--- a/OrthancServer/OrthancConfiguration.h	Fri Oct 04 19:16:12 2019 +0200
+++ b/OrthancServer/OrthancConfiguration.h	Sun Oct 06 09:52:57 2019 +0200
@@ -231,5 +231,7 @@
     void ResetServerIndex();
 
     TemporaryFile* CreateTemporaryFile() const;
+
+    bool IsExecuteLuaEnabled() const;
   };
 }