Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic authored Oct 9, 2023
1 parent 033df65 commit c7b4243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/includes/preload.functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function csrf_token()
}

if(! function_exists('csrf_field')) {
function csrf_token()
function csrf_field()
{
return '<input type="hidden" name="_token" value="' . csrf_token() . '">';
}
Expand Down

0 comments on commit c7b4243

Please sign in to comment.