Ignore:
Timestamp:
09/23/07 23:49:33 (5 years ago)
Author:
hverton
Message:

changed copyright notice
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php

    r776 r836  
    11<?php 
    22/*---------------------------------------------------+ 
    3 | PLi-Fusion 7 Content Management System Infusion 
     3| ExiteCMS Content Management System                 | 
    44+----------------------------------------------------+ 
    5 | Mail2Forum - CLI POP3 processor 
    6 | uses the POP3 and MIME classes from the PEAR library 
     5| Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
     6| for support, please visit http://exitecms.exite.eu | 
    77+----------------------------------------------------+ 
    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  | 
    1411+----------------------------------------------------*/ 
    1512if (isset($_SERVER['SERVER_SOFTWARE'])) { 
     
    2724while(!file_exists($webroot."includes/core_functions.php")) {  
    2825    $webroot .= '../';  
    29     if (strlen($webroot)>100) die('Unable to find the PLi-Fusion document root!');  
     26    if (strlen($webroot)>100) die('Unable to find the ExiteCMS document root!');  
    3027} 
    3128require_once $webroot."includes/core_functions.php"; 
Note: See TracChangeset for help on using the changeset viewer.