Emoji picker and theme updates

This commit is contained in:
Daisuke
2020-04-09 20:16:32 -05:00
parent 814854576c
commit cf0ba1244d
18 changed files with 383 additions and 1815 deletions

View File

@ -17,6 +17,7 @@ require_once "include/functions.php";
$srv = $user_settings['instance'];
if (isset($_GET['action']) && $_GET['action'] == "settings"){
//file_put_contents("settings.txt",var_export($_GET,true));
foreach($_GET as $key => $value){
switch($key){
@ -272,6 +273,11 @@ foreach($_GET as $key => $value){
echo themes("get",$value);
die();
break;
case "emoji":
echo emoji_list(sanitize($value));
//die();
break;
}
}