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

6
test.php Normal file
View file

@ -0,0 +1,6 @@
<?php
$input = array(0,0,0,0,0,0,0,0,'tour(s) &agrave; plasma','tour(s) ion','canon(s) Orbital','drone(s)','station(s) de defense');
print_r($input); print '<br />';
array_splice($input, 0, 8);
print_r($input);
?>