Changeset 836 in ExiteCMS for modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php
- Timestamp:
- 09/23/07 23:49:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php
r776 r836 1 1 <?php 2 2 /*---------------------------------------------------+ 3 | PLi-Fusion 7 Content Management System Infusion3 | ExiteCMS Content Management System | 4 4 +----------------------------------------------------+ 5 | Mail2Forum - CLI POP3 processor6 | uses the POP3 and MIME classes from the PEAR library5 | Copyright 2007 Harro "WanWizard" Verton, Exite BV | 6 | for support, please visit http://exitecms.exite.eu | 7 7 +----------------------------------------------------+ 8 | Copyright © 2006-2007 WanWizard 9 | http://www.pli-images.org/PLi-Fusion/ 10 +----------------------------------------------------+ 11 | Released under the terms & conditions of v2 of the 12 | GNU General Public License. For details refer to 13 | the included gpl.txt file or visit http://gnu.org 8 | Released under the terms & conditions of v2 of the | 9 | GNU General Public License. For details refer to | 10 | the included gpl.txt file or visit http://gnu.org | 14 11 +----------------------------------------------------*/ 15 12 if (isset($_SERVER['SERVER_SOFTWARE'])) { … … 27 24 while(!file_exists($webroot."includes/core_functions.php")) { 28 25 $webroot .= '../'; 29 if (strlen($webroot)>100) die('Unable to find the PLi-Fusiondocument root!');26 if (strlen($webroot)>100) die('Unable to find the ExiteCMS document root!'); 30 27 } 31 28 require_once $webroot."includes/core_functions.php";
Note: See TracChangeset
for help on using the changeset viewer.
