Changeset 836 in ExiteCMS for modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/dls_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_geoip.php
r764 r836 1 1 <?php 2 2 /*---------------------------------------------------+ 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 | 4 14 +----------------------------------------------------+ 5 15 | downloadstats.php 6 16 | fetch and process the downloads of the PLi download 7 17 | sites 8 +----------------------------------------------------+9 | Copyright © 2006 WanWizard10 | http://www.pli-images.org/11 18 +----------------------------------------------------*/ 12 19 … … 41 48 while(!file_exists($webroot."includes/core_functions.php")) { 42 49 $webroot .= '../'; 43 if (strlen($webroot)>100) die('Unable to find the PLi-Fusioncore modules!');50 if (strlen($webroot)>100) die('Unable to find the ExiteCMS core modules!'); 44 51 } 45 52 require_once $webroot."includes/core_functions.php";
Note: See TracChangeset
for help on using the changeset viewer.
