mirror of
https://github.com/reactos/web.git
synced 2024-11-23 03:39:49 +00:00
[ROSADMIN] Replace <? by <?php, our webserver likes that better.
This commit is contained in:
parent
ca4f719a59
commit
32eff17852
@ -222,9 +222,9 @@
|
|||||||
<button type="submit" name="a" value="revoke" class="btn btn-warning">Revoke</button>
|
<button type="submit" name="a" value="revoke" class="btn btn-warning">Revoke</button>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td><? echo $e['token']; ?></td>
|
<td><?php echo $e['token']; ?></td>
|
||||||
<td><? echo implode('<br>', $this->_ra->mm->getSessionAddresses($chat_audits, $e['id'])); ?></td>
|
<td><?php echo implode('<br>', $this->_ra->mm->getSessionAddresses($chat_audits, $e['id'])); ?></td>
|
||||||
<td><? echo htmlspecialchars($ua); ?></td>
|
<td><?php echo htmlspecialchars($ua); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user