%PDF- %PDF-
Direktori : /home/pantanal/public_html/admin/includes/common/lib/email/ |
Current File : /home/pantanal/public_html/admin/includes/common/lib/email/KT_Email.php |
<?php /* Copyright (c) InterAKT Online 2000-2005 */ define("PEARDIR", dirname(realpath(__FILE__)) . '/Pear/'); define("KT_CRLF", "\n"); $KT_EML_uploadErrorMsg = '<strong>File not found:</strong> <br />%s<br /><strong>Please upload the includes/ folder to the testing server.</strong> <br /><a href="http://www.interaktonline.com/error/?error=upload_includes" onclick="return confirm(\'Some data will be submitted to InterAKT. Do you want to continue?\');" target="KTDebugger_0">Online troubleshooter</a>'; $KT_EML_uploadFileList = array('KT_Email.class.php', '../resources/KT_Resources.php', 'Pear/Mail.php', 'Pear/Mail/mime.php'); for ($KT_EML_i=0;$KT_EML_i<sizeof($KT_EML_uploadFileList);$KT_EML_i++) { $KT_EML_uploadFileName = dirname(realpath(__FILE__)). '/' . $KT_EML_uploadFileList[$KT_EML_i]; if (file_exists($KT_EML_uploadFileName)) { require_once($KT_EML_uploadFileName); } else { die(sprintf($KT_EML_uploadErrorMsg,$KT_EML_uploadFileList[$KT_EML_i])); } } ?>