X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=api.php;h=a6524ae02c1a72f9e44d201ac263210c8cf1939c;hb=dabf3d37a62230bc705be02682c656f4cb4a344f;hp=fb54301d80d7340af80f3904d76397d2b2725ce9;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git diff --git a/api.php b/api.php index fb54301d80..a6524ae02c 100644 --- a/api.php +++ b/api.php @@ -57,10 +57,10 @@ $GLOBALS['__footer_sent'] = 2; require('inc/config-global.php'); // Load special API library -//loadIncludeOnce('inc/ajax-functions.php'); +//loadIncludeOnce('inc/api-functions.php'); // Init API request (including HTTP status code) -//initAjax(); +//initApi(); // Load header here loadIncludeOnce('inc/header.php');