Update phpinfo.blade.php

This commit is contained in:
Julian Prieber 2022-11-17 17:10:12 +01:00
parent 1bb8c7d4c1
commit eecfca0958
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
</head>
<body>
<div id='zPHP'>
<div style="position: relative; top: 50px; z-index: 2;"><a href="{{ url('/env-editor') }}" style="font-size: 40px;" >&nbsp; &nbsp; &nbsp; Back</a></div>
<div style="position: relative; top: 50px; z-index: 2;"><a href="{{ url('panel/config') }}" style="font-size: 40px;" >&nbsp; &nbsp; &nbsp; Back</a></div>
<div style="position: relative; bottom: 60px; right: 15px; z-index: 1;" align="right"><a onclick="this.href='data:text/html;charset=UTF-8,'+encodeURIComponent(document.documentElement.outerHTML)" href="#" download="phpinfo.html"><button class="btn btn-primary">Download</button></a></div>
<div id='presentation'>
<h1>Information about PHP's configuration</h1>