From 06c2a1979a33998404b272d601da0c359d52494b Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 13 Sep 2009 20:34:04 +0000 Subject: Clarify error message git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11718 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/configreader.cpp b/src/configreader.cpp index fdb558789..5e1dd6969 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1617,7 +1617,10 @@ bool ServerConfig::ParseLine(const std::string &filename, std::string &line, lon { if (!allowexeinc) { - errstr << "Configuration added by is not allowed to have its own tags for security reasons." << std::endl; + errstr << "Executable includes are not allowed to use \n" + "This could be an attempt to execute commands from a malicious remote include.\n" + "If you need multiple levels of remote include, create a script to assemble the " + "contents locally or include files using \n"; return false; } -- cgit v1.2.3