forked from halo-battle/game
Version 1.2
This commit is contained in:
parent
c4a18d4281
commit
083eb365c5
73 changed files with 1165 additions and 361 deletions
|
|
@ -4,12 +4,12 @@ if(!defined('INDEX')) { header('Location: ../'); exit; }
|
|||
define("_FCORE",$_SERVER["DOCUMENT_ROOT"].'/includes/onyx/');
|
||||
define("_FDIR",'hbn');
|
||||
|
||||
define('VERSION', '1.1b');
|
||||
define('VERSION', '1.2');
|
||||
|
||||
//Constante permettant de savoir si les attaques sont désactivées ou non
|
||||
define("ATTAQUES", false);
|
||||
//Définition des limites de la galaxie
|
||||
define("MAX_AMAS", 9);
|
||||
define("MAX_AMAS", 10);
|
||||
define("MAX_SYSTEME", 99);
|
||||
define("MAX_PLANETE", 12);
|
||||
|
||||
|
|
@ -57,6 +57,7 @@ google_ad_height = 60;
|
|||
<script type="text/javascript"
|
||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script><br />');
|
||||
|
||||
$template->assign('analyst', '<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue