[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------------------------+ 4 | e107 website system : http://e107.org 5 | Steve Dunstan 2001-2002 : jalist@e107.org 6 | Released under the terms and conditions of the GNU General Public License (http://gnu.org). 7 | 8 | $Source: /cvsroot/e107/e107_0.7/e107_plugins/log/e_meta.php,v $ 9 | $Revision: 1.1 $ 10 | $Date: 2006/07/09 19:40:43 $ 11 | $Author: e107coders $ 12 +-----------------------------------------------------------------------------------------------+ 13 */ 14 if (!defined('e107_INIT')) { exit; } 15 16 if (isset($pref['statActivate']) && $pref['statActivate']) 17 { 18 if(!$pref['statCountAdmin'] && ADMIN) 19 { 20 /* don't count admin visits */ 21 } 22 else 23 { 24 require_once(e_PLUGIN."log/consolidate.php"); 25 echo "<script type='text/javascript'>\n"; 26 echo "<!--\n"; 27 echo "document.write( '<link rel=\"stylesheet\" type=\"text/css\" href=\"".e_PLUGIN_ABS."log/log.php?referer=' + ref + '&color=' + colord + '&eself=' + eself + '&res=' + res + '\">' );\n"; 28 echo "// -->\n"; 29 echo "</script>"; 30 } 31 } 32 33 34 35 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |