diff options
Diffstat (limited to 'core/views/simple_uploader.html.php')
-rw-r--r-- | core/views/simple_uploader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index 246e59b2..16ca0d0b 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -68,7 +68,7 @@ post_params: { "g3sid": "<?= Session::instance()->id() ?>", "user_agent": "<?= Input::instance()->server("HTTP_USER_AGENT") ?>", - "csrf": "<?= access::csrf_token() ?>" + "csrf": "<?= $csrf ?>" }, file_size_limit : "100 MB", file_types : "*.gif;*.jpg;*.png;*.flv;*.mp4", |