Mr.Combet Webshell
Your IP :
3.15.232.244
Server IP :
185.136.159.155
Server :
Linux 185-136-159-155.cprapid.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
8.1.29
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
home
/
jaibalajigroup
/
www
/
core
/
app
/
Http
/
Middleware
/
Edit File Name :
VerifyCsrfToken.php
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware; class VerifyCsrfToken extends Middleware { /** * Indicates whether the XSRF-TOKEN cookie should be set on the response. * * @var bool */ protected $addHttpCookie = true; /** * The URIs that should be excluded from CSRF verification. * * @var array */ protected $except = [ '/paytm/notify*', '/product/paytm/notify*', '/flutterwave/notify', '/mercadopago/notify', '/product/mercadopago/notify', '/product/flutterwave/notify', '/razorpay/notify', '/product/razorpay/notify', '/payumoney/notify', '/product/payumoney/notify', '/course/payment/paypal/notify', '/course/payment/paytm/notify', '/course/payment/razorpay/notify', '/course/payment/instamojo/notify', '/course/payment/mollie/notify', '/course/payment/flutterwave/notify', '/course/payment/mercadopago/notify', '/course/payment/paystack/notify', '/course/payment/payumoney/notify', '/cause/paypal/payment/success', '/cause/paypal/payment/cancel', '/cause/paytm/payment/success', '/cause/razorpay/payment/success', '/cause/razorpay/payment/cancel', '/cause/payumoney/payment', '/cause/flutterwave/success', '/cause/flutterwave/cancel', '/cause/instamojo/success', '/cause/instamojo/cancel', '/cause/mollie/success', '/cause/mollie/cancel', '/donation/paystack/success' ]; }
Save