mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
6 lines
66 B
PHP
6 lines
66 B
PHP
|
<?php
|
||
|
|
||
|
function _e($text) {
|
||
|
return phutil_escape_html($text);
|
||
|
}
|