Path : /var/www/html/phkaymedia/config/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/config/livewire-alert.php |
<?php /* * For more details about the configuration, see: * https://sweetalert2.github.io/#configuration */ return [ 'alert' => [ 'position' => 'top-end', 'timer' => 3000, 'toast' => false, 'text' => null, 'showCancelButton' => false, 'showConfirmButton' => false, 'backdrop' => 'rgba(0,0,0,0.5)', ], 'confirm' => [ 'icon' => 'warning', 'position' => 'center', 'toast' => false, 'timer' => null, 'showConfirmButton' => true, 'showCancelButton' => true, 'cancelButtonText' => 'No', 'confirmButtonColor' => '#3085d6', 'cancelButtonColor' => '#d33' ] ];