Update phpinfo.blade.php
This commit is contained in:
parent
1bb8c7d4c1
commit
eecfca0958
|
@ -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;" > Back</a></div>
|
||||
<div style="position: relative; top: 50px; z-index: 2;"><a href="{{ url('panel/config') }}" style="font-size: 40px;" > 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>
|
||||
|
|
Loading…
Reference in New Issue