1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Various clean-up (#6, #125, 90). Removal of message and form handler. Headers updated.

This commit is contained in:
Tijn Kuyper
2013-02-27 17:18:33 +01:00
parent ee4835e0d0
commit adc98596c2
10 changed files with 76 additions and 142 deletions

View File

@@ -144,7 +144,6 @@ if(isset($_POST['send-contactus']))
}
else
{
require_once(e_HANDLER."message_handler.php"); //FIXME needs removing
message_handler("P_ALERT", $error);
}