]> git.mxchange.org Git - mailer.git/blobdiff - api.php
Fix for missing proxy_host if script is not installed yet and requires a HTTP request.
[mailer.git] / api.php
diff --git a/api.php b/api.php
index cb267391590dd0215cc86b34bb03cbd9535c2e09..dedbd9c5f9dfe332a20dc3a0ee7d4ae4d277a2fc 100644 (file)
--- a/api.php
+++ b/api.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Allgemeines API-Script                           *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $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,18 +52,18 @@ $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');
+loadPageHeader();
 
 // @TODO Do stuff here
 
 // Footer
-loadIncludeOnce('inc/footer.php');
+loadPageFooter();
 
 // [EOF]
 ?>