We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033ef57 commit 2c53613Copy full SHA for 2c53613
index.php
@@ -1135,6 +1135,7 @@ function replaceNewUpdater()
1135
font-size: 20px;
1136
text-align: center;
1137
margin-bottom: 94px;
1138
+ cursor: pointer;
1139
}
1140
1141
#logo img {
@@ -1489,7 +1490,7 @@ function replaceNewUpdater()
1489
1490
1491
<div id="center">
1492
<div class="fixed">
- <div id="logo" title="Go back to phpList dashboard">
1493
+ <div id="logo" title="Go back to phpList dashboard" onclick="location.href='../admin';">
1494
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="175"
1495
height="54.598" viewBox="0 0 175 54.598">
1496
<defs>
0 commit comments