X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=api.php;h=a6524ae02c1a72f9e44d201ac263210c8cf1939c;hp=cb267391590dd0215cc86b34bb03cbd9535c2e09;hb=ba59d6cfbe27195f59bbe2b7cab3d01bf9ceb566;hpb=ca256746fe0757a23df4064824c8fe2087ad5634 diff --git a/api.php b/api.php index cb26739159..a6524ae02c 100644 --- 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');