����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.222.227.24 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/common/resources/views/ |
Upload File : |
<html lang="en"> <head> <title>Update</title> <base href="{{ $htmlBaseUri }}"> <meta name="robots" content="noindex,nofollow"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet"> <style> html, body { height: 100%; margin: 0; } body { background: #f6f5f2; overflow: auto; font-family: Roboto,'Helvetica Neue',sans-serif; font-size: 16px; text-align: center; } .button { color: #fff; background-color: #1565C0; border: 1px solid transparent; padding: 0 8px; border-radius: 3px; font-size: 14px; font-family: inherit; font-weight: 500; cursor: pointer; min-width: 88px; line-height: 36px; text-transform: uppercase; text-align: center; box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); } .container { max-width: 800px; margin: 0 auto; padding-top: 80px; } .panel { background: #fff; box-shadow: 1px 1px 2px 0 #d0d0d0; padding: 20px 30px 40px; margin-top: 50px; border-radius: 4px; } p { margin: 15px 0 25px 0; } </style> </head> <body> <div class="container"> <img class="img-responsive" src="client/assets/images/logo-dark.png" alt="logo"> <form class="panel" action="secure/update/run" method="post"> {{ csrf_field() }} <p>This might take several minutes, please don't close this browser tab while update is in progress.</p> <button class="button" type="submit">Update Now</button> </form> </div> </body> </html>