]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-connect.php
Old naming convention fixed
[mailer.git] / inc / mysql-connect.php
index 7bf73db0fbb7e8cce49af4171a5fa9ac3b7bec12..446518563af4851587ea218b24a246efe7a9b225 100644 (file)
@@ -57,6 +57,9 @@ foreach (array('request-functions', 'session-functions', 'config-functions', 'co
 // Set error handler
 set_error_handler('__errorHandler');
 
+// Init request
+initRequest();
+
 // Set important header_sent
 $GLOBALS['header_sent'] = 0;