diff --git a/htdocs/themes/bootstrap/views/defaults/paste_form.php b/htdocs/themes/bootstrap/views/defaults/paste_form.php index d6fea40..23d3c22 100644 --- a/htdocs/themes/bootstrap/views/defaults/paste_form.php +++ b/htdocs/themes/bootstrap/views/defaults/paste_form.php @@ -125,6 +125,14 @@ + config->item('csrf_protection') === TRUE) + { + if(isset($_COOKIE[$this->config->item('csrf_cookie_name')])) { + echo ''."\n"; + } + } + ?> diff --git a/htdocs/themes/cleanwhite/views/defaults/paste_form.php b/htdocs/themes/cleanwhite/views/defaults/paste_form.php index f09b904..bd22ae8 100644 --- a/htdocs/themes/cleanwhite/views/defaults/paste_form.php +++ b/htdocs/themes/cleanwhite/views/defaults/paste_form.php @@ -133,5 +133,13 @@
+ config->item('csrf_protection') === TRUE) + { + if(isset($_COOKIE[$this->config->item('csrf_cookie_name')])) { + echo ''."\n"; + } + } + ?> diff --git a/htdocs/themes/default/views/defaults/paste_form.php b/htdocs/themes/default/views/defaults/paste_form.php index 5816287..594058b 100644 --- a/htdocs/themes/default/views/defaults/paste_form.php +++ b/htdocs/themes/default/views/defaults/paste_form.php @@ -131,6 +131,15 @@ ?>
+ config->item('csrf_protection') === TRUE) + { + if(isset($_COOKIE[$this->config->item('csrf_cookie_name')])) { + echo ''."\n"; + } + } + ?>
+ diff --git a/htdocs/themes/geocities/views/defaults/paste_form.php b/htdocs/themes/geocities/views/defaults/paste_form.php index 376e100..00fa858 100644 --- a/htdocs/themes/geocities/views/defaults/paste_form.php +++ b/htdocs/themes/geocities/views/defaults/paste_form.php @@ -132,6 +132,14 @@ + config->item('csrf_protection') === TRUE) + { + if(isset($_COOKIE[$this->config->item('csrf_cookie_name')])) { + echo ''."\n"; + } + } + ?> diff --git a/htdocs/themes/i386/views/defaults/paste_form.php b/htdocs/themes/i386/views/defaults/paste_form.php index 766063e..7ed0dd2 100644 --- a/htdocs/themes/i386/views/defaults/paste_form.php +++ b/htdocs/themes/i386/views/defaults/paste_form.php @@ -134,6 +134,14 @@ + config->item('csrf_protection') === TRUE) + { + if(isset($_COOKIE[$this->config->item('csrf_cookie_name')])) { + echo ''."\n"; + } + } + ?> diff --git a/htdocs/themes/stikkedizr/views/defaults/paste_form.php b/htdocs/themes/stikkedizr/views/defaults/paste_form.php index 4849827..cb1ee9d 100644 --- a/htdocs/themes/stikkedizr/views/defaults/paste_form.php +++ b/htdocs/themes/stikkedizr/views/defaults/paste_form.php @@ -134,6 +134,14 @@ + config->item('csrf_protection') === TRUE) + { + if(isset($_COOKIE[$this->config->item('csrf_cookie_name')])) { + echo ''."\n"; + } + } + ?>