Paste button

This commit is contained in:
2017-09-06 17:27:33 +02:00
parent 3f198f8360
commit a78830f805
4 changed files with 16 additions and 2 deletions
+6
View File
@@ -52,6 +52,12 @@ function e($s)
return htmlspecialchars($s, ENT_HTML5 | ENT_QUOTES);
}
function je($s)
{
return htmlspecialchars(json_encode($s), ENT_HTML5);
}
function tr($key)
{
global $_messages;