One Hat Cyber Team
Your IP :
18.221.85.236
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
keedoai.com
/
config
/
Edit File:
toastr.php
<?php /* * This file is part of the yoeunes/toastr package. * (c) Younes KHOUBZA <younes.khoubza@gmail.com> */ return array( /* |-------------------------------------------------------------------------- | Toastr options |-------------------------------------------------------------------------- | | Here you can specify the options that will be passed to the toastr.js | library. For a full list of options, visit the documentation. | | Example: | 'options' => [ | 'closeButton' => true, | 'debug' => false, | 'newestOnTop' => false, | 'progressBar' => true, | ], */ 'options' => [ 'positionClass' => 'toast-top-right', "showMethod" => "slideDown", "hideMethod" => "slideUp" ], );
Simpan