mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:42:46 +08:00
Prevent XML from being interpreted as PHP short tags
This commit is contained in:
parent
440144a23e
commit
c2f876b00b
@ -162,7 +162,7 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>
|
||||
<?php include 'logo.svg'; ?>
|
||||
<?php echo file_get_contents(__DIR__ . '/logo.svg'); ?>
|
||||
</h1>
|
||||
|
||||
<div class="animated fadeIn">
|
||||
|
Loading…
x
Reference in New Issue
Block a user