undefind $nonce_str

bug : undefined variable $nonce_str  - added global
This commit is contained in:
gtbu 2025-06-12 18:07:59 +02:00
parent 1b63f2107d
commit 3ab48205d2

View file

@ -87,7 +87,7 @@ class Text extends \gp\admin\Layout{
public function EditText(){
global $config, $langmessage;
global $config, $langmessage, $nonce_str;
if( !isset($_GET['key']) ){
msg($langmessage['OOPS'].' (0)');