Newer
Older
<?php
/*********************************************************************
api.inc.php
Peter Rotich
committed
File included on every API page...handles common includes.
http://www.osticket.com
Released under the GNU General Public License WITHOUT ANY WARRANTY.
See LICENSE.TXT for details.
vim: expandtab sw=4 ts=4 sts=4:
**********************************************************************/
Peter Rotich
committed
file_exists('../main.inc.php') or die('System Error');
require_once('../main.inc.php');
require_once(INCLUDE_DIR.'class.http.php');
require_once(INCLUDE_DIR.'class.api.php');
?>