File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ logo = /logo-header-opera.png
77; header and footer may contain HTML. Literal & " < and > should be escaped as & " < $gt;
88header = ' DNS management'
99footer = ' Developed by <a href="https://www.opera.com/">Opera Software</a>.'
10+ ; Enable this option to add a logout menu link to the specified URL
11+ ; logout_url = '/logout'
12+ ; Enable this option to set the logout menu link text
13+ ; logout_text = 'Logout'
1014; Enable this option if you want system and zone admins to be forced to request changes just like the operators.
1115; force_change_review = 1
1216; Enable this option if you want all users to be forced to enter a comment for every change made.
Original file line number Diff line number Diff line change 6767 <li<?php if ($ contents == $ this ->get ('relative_request_url ' )) out (' class="active" ' , ESC_NONE ); ?> ><a href="<?php outurl ($ contents )?> "><?php out ($ name )?> </a></li>
6868 <?php } ?>
6969 <?php } ?>
70+ <?php if (!empty ($ web_config ['logout_url ' ])) { ?> <li><a href="<?php outurl ($ web_config ['logout_url ' ]) ?> "><?php if (!empty ($ web_config ['logout_text ' ])) out ($ web_config ['logout_text ' ]); else { ?> Logout<?php } ?> </a></li><?php } ?>
7071 </ul>
7172 </div>
7273 </div>
You can’t perform that action at this time.
0 commit comments