Skip to content

Commit eecfca0

Browse files
committed
Update phpinfo.blade.php
1 parent 1bb8c7d commit eecfca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/panel/phpinfo.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function update_color_scheme() {
8181
</head>
8282
<body>
8383
<div id='zPHP'>
84-
<div style="position: relative; top: 50px; z-index: 2;"><a href="{{ url('/env-editor') }}" style="font-size: 40px;" >&nbsp; &nbsp; &nbsp; Back</a></div>
84+
<div style="position: relative; top: 50px; z-index: 2;"><a href="{{ url('panel/config') }}" style="font-size: 40px;" >&nbsp; &nbsp; &nbsp; Back</a></div>
8585
<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>
8686
<div id='presentation'>
8787
<h1>Information about PHP's configuration</h1>

0 commit comments

Comments
 (0)