Changeset 836 in ExiteCMS for modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/dls_add_geoip.php
- Timestamp:
- 09/23/07 23:49:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/dls_add_geoip.php
r764 r836 1 1 <?php 2 2 /*---------------------------------------------------+ 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 | 3 14 | PHP-Fusion 6 Content Management System Infusion 4 15 +----------------------------------------------------+ … … 6 17 | fetch and process the downloads of the PLi download 7 18 | sites 8 +----------------------------------------------------+9 | Copyright © 2006 WanWizard10 | http://www.pli-images.org/11 19 +----------------------------------------------------*/ 12 20 … … 41 49 while(!file_exists($webroot."includes/core_functions.php")) { 42 50 $webroot .= '../'; 43 if (strlen($webroot)>100) die('Unable to find the PLi-Fusioncore modules!');51 if (strlen($webroot)>100) die('Unable to find the ExiteCMS core modules!'); 44 52 } 45 53 require_once $webroot."includes/core_functions.php";
Note: See TracChangeset
for help on using the changeset viewer.
