Heacy rewrite/cleanup:
[mailer.git] / api.php
diff --git a/api.php b/api.php
index fb54301d80d7340af80f3904d76397d2b2725ce9..a6524ae02c1a72f9e44d201ac263210c8cf1939c 100644 (file)
--- 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');