fix: replace all instances of <?
This commit is contained in:
parent
559668b6ee
commit
c5e2b30a11
35 changed files with 100 additions and 100 deletions
scripts/game/beta5
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// LegacyWorlds Beta 5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// LegacyWorlds Beta 5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// LegacyWorlds Beta 5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// LegacyWorlds Beta 5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// LegacyWorlds Beta 5
|
||||
|
|
|
@ -45,7 +45,7 @@ class msgformat_detect {
|
|||
One of our fleets in Hyperspace stand-by around planet <b><?=utf8entities($this->data['p_name'])?></b>
|
||||
has been detected by the planet's hyperspace beacon.<br/>
|
||||
<br/>
|
||||
<?
|
||||
<?php
|
||||
switch ($this->data['i_level']) :
|
||||
case 0:
|
||||
echo "The beacon didn't manage to gather any information regarding the fleet, tho.";
|
||||
|
@ -70,7 +70,7 @@ has been detected by the planet's hyperspace beacon.<br/>
|
|||
Our hyperspace beacon around planet <b><?=utf8entities($this->data['p_name'])?></b> has detected a fleet
|
||||
in Hyperspace.<br/>
|
||||
<br/>
|
||||
<?
|
||||
<?php
|
||||
switch ($this->data['i_level']) :
|
||||
case 0:
|
||||
echo "However, no additional information could be gathered due to heavy jamming.";
|
||||
|
|
|
@ -42,7 +42,7 @@ We are confident that you are now strong enough to survive, and wish you the bes
|
|||
<br/>
|
||||
Kind regards,<br/>
|
||||
Peacekeeper Commander Dapkor
|
||||
<?
|
||||
<?php
|
||||
break;
|
||||
case 'BRK':
|
||||
?>
|
||||
|
@ -52,7 +52,7 @@ should you need our help again.<br/>
|
|||
<br/>
|
||||
Kind regards,<br/>
|
||||
Peacekeeper Commander Multair
|
||||
<?
|
||||
<?php
|
||||
break;
|
||||
case 'ACT':
|
||||
?>
|
||||
|
@ -62,7 +62,7 @@ should you need our services again.<br/>
|
|||
<br/>
|
||||
Kind regards,<br/>
|
||||
Peacekeeper Commander Hestaks
|
||||
<?
|
||||
<?php
|
||||
break;
|
||||
}
|
||||
$str = ob_get_contents();
|
||||
|
|
|
@ -54,7 +54,7 @@ This warning applies to the following planets:</p>
|
|||
<?=$planets?>
|
||||
<p>Best regards,<br/>
|
||||
Peacekeeper Commander Dapkor
|
||||
<?
|
||||
<?php
|
||||
break;
|
||||
case 'D':
|
||||
?>
|
||||
|
@ -63,7 +63,7 @@ following planets:</p>
|
|||
<?=$planets?>
|
||||
<p>Regards,<br/>
|
||||
Peacekeeper Commander Multair
|
||||
<?
|
||||
<?php
|
||||
break;
|
||||
case 'E':
|
||||
?>
|
||||
|
@ -75,7 +75,7 @@ In addition, your fleets will be destroyed on the following planets:
|
|||
<p>Sanctions against you will end at <b><?=gmstrftime("%H:%M</b> on <b>%d/%m/%Y", $this->data['delay'])?></b>.
|
||||
<br/>
|
||||
Peacekeeper Commander Hestaks
|
||||
<?
|
||||
<?php
|
||||
break;
|
||||
}
|
||||
$str = ob_get_contents();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// LegacyWorlds Beta 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue