# HG changeset patch # User Matti Hamalainen # Date 1384000090 -7200 # Node ID 795363f6c86460b54e9f4ab07c13d09f7b06a5be # Parent a49c5f15a273218b6848cdd2348bf055547465e2 Add link back to the main page from admin interface. diff -r a49c5f15a273 -r 795363f6c864 admin.php --- a/admin.php Fri Nov 08 20:39:35 2013 +0200 +++ b/admin.php Sat Nov 09 14:28:10 2013 +0200 @@ -316,6 +316,7 @@ } str += "Logout"; + str += "Mainpage"; item.innerHTML = str; }