]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Removes extraneous <?php and ?> tags.
authorboboman13 <boboman13@users.noreply.github.com>
Mon, 13 Jan 2014 07:37:58 +0000 (23:37 -0800)
committerboboman13 <boboman13@users.noreply.github.com>
Mon, 13 Jan 2014 07:37:58 +0000 (23:37 -0800)
commitd51537377aa14914053ef595b5e06582a8be40ab
tree6954b69a21016fa9fd51471b80dfa0741161f53c
parent0e2fa9be6cf64ca33790f6c060852285ca998d3d
Removes extraneous <?php and ?> tags.

This commit removes the extraneous <?php and ?> tags. These are not only removed for code readability, as the PHP code is much easier to read in this new form, but also as with PHP, extraneous spacing and line breaks between the <?php and ?> tags will cause extra spacing and line breaks sent to the client. This also means that there will be saved bandwidth.
admin/index.php