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/download_statistics_panel/php-files/modules/download_statistics_panel/dls_geoip.php

    r764 r836  
    11<?php 
    22/*---------------------------------------------------+ 
    3 | PHP-Fusion 6 Content Management System Infusion 
     3| ExiteCMS Content Management System                 | 
     4+----------------------------------------------------+ 
     5| Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
     6| for support, please visit http://exitecms.exite.eu | 
     7+----------------------------------------------------+ 
     8| Some portions copyright 2002 - 2006 Nick Jones     | 
     9| http://www.php-fusion.co.uk/                       | 
     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  | 
    414+----------------------------------------------------+ 
    515| downloadstats.php 
    616| fetch and process the downloads of the PLi download 
    717| sites 
    8 +----------------------------------------------------+ 
    9 | Copyright © 2006 WanWizard 
    10 | http://www.pli-images.org/ 
    1118+----------------------------------------------------*/ 
    1219 
     
    4148while(!file_exists($webroot."includes/core_functions.php")) {  
    4249    $webroot .= '../';  
    43     if (strlen($webroot)>100) die('Unable to find the PLi-Fusion core modules!');  
     50    if (strlen($webroot)>100) die('Unable to find the ExiteCMS core modules!');  
    4451} 
    4552require_once $webroot."includes/core_functions.php"; 
Note: See TracChangeset for help on using the changeset viewer.