You've already forked dencode.xrg.es
This commit is contained in:
@ -27,7 +27,7 @@ $buttons = [
|
|||||||
|
|
||||||
$str = $result = $_GET['str'] ?? '';
|
$str = $result = $_GET['str'] ?? '';
|
||||||
$action = $_GET['action'] ?? '';
|
$action = $_GET['action'] ?? '';
|
||||||
$plain = str_contains($_SERVER['HTTP_ACCEPT'], 'text/plain');
|
$plain = str_contains($_SERVER['HTTP_ACCEPT'] ?? '', 'text/plain');
|
||||||
$help = 'https://www.php.net/manual/';
|
$help = 'https://www.php.net/manual/';
|
||||||
$jsonEncodeOptions = JSON_PRETTY_PRINT | JSON_PRESERVE_ZERO_FRACTION | JSON_UNESCAPED_SLASHES;
|
$jsonEncodeOptions = JSON_PRETTY_PRINT | JSON_PRESERVE_ZERO_FRACTION | JSON_UNESCAPED_SLASHES;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user