admin.php should work witth short_open_tags
Status: Beta
Brought to you by:
bboy
The standard PHP open tag (which defines that PHP code
begins there) is "<?php", but there is shorter version
just "<?". There is also "<?=" tag, which is equivalent
to "<?php echo".
However, for compatibility with XML scripts, shorter
versions of those tags can be disabled by setting PHP
variable "short_open_tags off".
As long as admin.php provided until MyDNS 1.1.0 uses
the "<?=" very often, it's incompatible with XML and
requires short_open_tags to be turned on.
This patch changes "<?=" to "<?php echo " which makes
admin.php compatible with XML and allows it to run even
if short_open_tags are turned on.
allow disabled short_open_tags
Logged In: YES
user_id=655834
Originator: NO
Added to 1.2.7 release please check when it hits the streets!