comparison 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
comparison
equal deleted inserted replaced
3534:cac8ffcb9cef 3535:41365091a41e
229 void SetServerIndex(ServerIndex& index); 229 void SetServerIndex(ServerIndex& index);
230 230
231 void ResetServerIndex(); 231 void ResetServerIndex();
232 232
233 TemporaryFile* CreateTemporaryFile() const; 233 TemporaryFile* CreateTemporaryFile() const;
234
235 bool IsExecuteLuaEnabled() const;
234 }; 236 };
235 } 237 }