fix: replace all instances of <?

This commit is contained in:
Emmanuel BENOîT 2024-12-31 10:20:23 +01:00
parent 559668b6ee
commit c5e2b30a11
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
35 changed files with 100 additions and 100 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
//-----------------------------------------------------------------------
// LegacyWorlds Beta 5

View file

@ -1,4 +1,4 @@
<?
<?php
//-----------------------------------------------------------------------
// LegacyWorlds Beta 5

View file

@ -1,4 +1,4 @@
<?
<?php
//-----------------------------------------------------------------------
// LegacyWorlds Beta 5

View file

@ -1,4 +1,4 @@
<?
<?php
//-----------------------------------------------------------------------
// LegacyWorlds Beta 5

View file

@ -1,4 +1,4 @@
<?
<?php
//-----------------------------------------------------------------------
// LegacyWorlds Beta 5

View file

@ -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.";

View file

@ -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();

View file

@ -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();

View file

@ -1,4 +1,4 @@
<?
<?php
//-----------------------------------------------------------------------
// LegacyWorlds Beta 5