Version 1.5

This commit is contained in:
nemunaire 2008-11-30 12:00:00 +01:00
commit a66ed9797b
157 changed files with 29787 additions and 3531 deletions

View file

@ -4,10 +4,10 @@ if(!defined('INDEX')) { header('Location: ../'); exit; }
define("_FCORE",$_SERVER["DOCUMENT_ROOT"].'/includes/onyx/');
define("_FDIR",'hbn');
define('VERSION', '1.2');
define('VERSION', '1.5');
//Constante permettant de savoir si les attaques sont désactivées ou non
define("ATTAQUES", false);
define("ATTAQUES", true);
//Définition des limites de la galaxie
define("MAX_AMAS", 10);
define("MAX_SYSTEME", 99);
@ -67,5 +67,15 @@ var pageTracker = _gat._getTracker("UA-3544473-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
');
?>
<script type="text/javascript">
<!--
xtnv = document; //parent.document or top.document or document
xtsd = "http://logi2";
xtsite = "58399";
xtn2 = "3"; // level 2 site
xtpage = ""; //page name (with the use of :: to create chapters)
xtdi = ""; //implication degree
//-->
</script>
<script type="text/javascript" src="http://www.monsite.fr/xtcore.js"></script>');
?>