]> git.mxchange.org Git - mailer.git/blobdiff - inc/ajax/ajax_admin.php
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / inc / ajax / ajax_admin.php
index 827af52ec4fd3143510efca908dcc1d1b4a119be..f8db0fdd0eb68df9c71f80dbebb9bae465e0b399 100644 (file)
@@ -104,7 +104,7 @@ function doAjaxAdminRequestContent () {
                        setHttpStatus('200 OK');
                } else {
                        // Set 404 error
-                       setHttpStatus('404 NOT FOUND');
+                       setHttpStatus('404 Not Found');
                }
        } // END - if
 }