First batch of removal of the headers needed for revision-functions.php
[mailer.git] / api.php
diff --git a/api.php b/api.php
index cb267391590dd0215cc86b34bb03cbd9535c2e09..a6524ae02c1a72f9e44d201ac263210c8cf1939c 100644 (file)
--- a/api.php
+++ b/api.php
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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');