diff --git a/chat.php b/chat.php index bb87e9c..a20d666 100644 --- a/chat.php +++ b/chat.php @@ -34,7 +34,6 @@ send_headers(); // initialize and load variables/configuration -$F=[];// Fonts $I=[];// Translations $L=[];// Languages $U=[];// This user data @@ -46,7 +45,6 @@ load_config(); if(!isSet($_REQUEST['session']) && isSet($_COOKIE[COOKIENAME])){ $_REQUEST['session']=$_COOKIE[COOKIENAME]; } -load_fonts(); load_lang(); check_db(); route(); @@ -316,7 +314,7 @@ function form($action, $do=''){ function form_target($target, $action, $do=''){ global $language; - return "