1919<div class="linkst">
2020 <div class="inbox crumbsplus">
2121 <ul class="crumbs">
22- <li><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url:: get ( ' admin/ ' ) ?> "><?php _e ('Admin ' ).' ' .__ ('Index ' ) ?> </a></li>
23- <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url:: get ( ' admin/bans/ ' ) ?> "><?php _e ('Bans ' ) ?> </a></li>
22+ <li><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?= $ feather -> urlFor ( ' adminIndex ' ) ?> "><?php _e ('Admin ' ).' ' .__ ('Index ' ) ?> </a></li>
23+ <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?= $ feather -> urlFor ( ' addBan ' ) ?> "><?php _e ('Bans ' ) ?> </a></li>
2424 <li><span>» </span><strong><?php _e ('Results head ' ) ?> </strong></li>
2525 </ul>
2626 <div class="pagepost">
27- <p class="pagelink"><?php echo $ paging_links ?> </p>
27+ <p class="pagelink"><?= $ paging_links ?> </p>
2828 </div>
2929 <div class="clearer"></div>
3030 </div>
5353 foreach ($ ban_data as $ cur_ban ) {
5454 ?>
5555 <tr>
56- <td class="tcl"><?php echo ($ cur_ban ['username ' ] != '' ) ? Utils::escape ($ cur_ban ['username ' ]) : '  ' ?> </td>
57- <td class="tc2"><?php echo ($ cur_ban ['email ' ] != '' ) ? Utils::escape ($ cur_ban ['email ' ]) : '  ' ?> </td>
58- <td class="tc3"><?php echo ($ cur_ban ['ip ' ] != '' ) ? Utils::escape ($ cur_ban ['ip ' ]) : '  ' ?> </td>
59- <td class="tc4"><?php echo $ feather ->utils ->format_time ($ cur_ban ['expire ' ], true ) ?> </td>
60- <td class="tc5"><?php echo ($ cur_ban ['message ' ] != '' ) ? Utils::escape ($ cur_ban ['message ' ]) : '  ' ?> </td>
61- <td class="tc6"><?php echo ($ cur_ban ['ban_creator_username ' ] != '' ) ? '<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3C%2Fspan%3E%27%3C%2Fspan%3E.%3Cspan+class%3D"x x-first">Url:: get ( ' user/ ' . $ cur_ban ['ban_creator ' ]. ' / ' ).'"> ' .Utils::escape ($ cur_ban ['ban_creator_username ' ]).'</a> ' : __ ('Unknown ' ) ?> </td>
62- <td class="tcr"><?php echo '<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3C%2Fspan%3E%27%3C%2Fspan%3E.%3Cspan+class%3D"x x-first">Url:: get ( ' admin/bans/edit/ ' . $ cur_ban ['id ' ]. ' / ' ).'"> ' .__ ('Edit ' ).'</a> | <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3C%2Fspan%3E%27%3C%2Fspan%3E.%3Cspan+class%3D"x x-first">Url:: get ( ' admin/bans/delete/ ' . $ cur_ban ['id ' ]. ' / ' ).'"> ' .__ ('Remove ' ).'</a> ' ?> </td>
56+ <td class="tcl"><?= ($ cur_ban ['username ' ] != '' ) ? Utils::escape ($ cur_ban ['username ' ]) : '  ' ?> </td>
57+ <td class="tc2"><?= ($ cur_ban ['email ' ] != '' ) ? Utils::escape ($ cur_ban ['email ' ]) : '  ' ?> </td>
58+ <td class="tc3"><?= ($ cur_ban ['ip ' ] != '' ) ? Utils::escape ($ cur_ban ['ip ' ]) : '  ' ?> </td>
59+ <td class="tc4"><?= $ feather ->utils ->format_time ($ cur_ban ['expire ' ], true ) ?> </td>
60+ <td class="tc5"><?= ($ cur_ban ['message ' ] != '' ) ? Utils::escape ($ cur_ban ['message ' ]) : '  ' ?> </td>
61+ <td class="tc6"><?= ($ cur_ban ['ban_creator_username ' ] != '' ) ? '<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3C%2Fspan%3E%27%3C%2Fspan%3E.%3Cspan+class%3D"pl-s1">$ feather -> urlFor ( ' userProfile ' , [ ' id ' => $ cur_ban ['ban_creator ' ]] ).'"> ' .Utils::escape ($ cur_ban ['ban_creator_username ' ]).'</a> ' : __ ('Unknown ' ) ?> </td>
62+ <td class="tcr"><?= '<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3C%2Fspan%3E%27%3C%2Fspan%3E.%3Cspan+class%3D"pl-s1">$ feather -> urlFor ( ' editBan ' , [ ' id ' => $ cur_ban ['id ' ]] ).'"> ' .__ ('Edit ' ).'</a> | <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3C%2Fspan%3E%27%3C%2Fspan%3E.%3Cspan+class%3D"pl-s1">$ feather -> urlFor ( ' deleteBan ' , [ ' id ' => $ cur_ban ['id ' ]] ).'"> ' .__ ('Remove ' ).'</a> ' ?> </td>
6363 </tr>
6464<?php
6565
7878<div class="linksb">
7979 <div class="inbox crumbsplus">
8080 <div class="pagepost">
81- <p class="pagelink"><?php echo $ paging_links ?> </p>
81+ <p class="pagelink"><?= $ paging_links ?> </p>
8282 </div>
8383 <ul class="crumbs">
84- <li><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url:: get ( ' admin/ ' ) ?> "><?php _e ('Admin ' ).' ' .__ ('Index ' ) ?> </a></li>
85- <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url:: get ( ' admin/bans/ ' ) ?> "><?php _e ('Bans ' ) ?> </a></li>
84+ <li><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?= $ feather -> urlFor ( ' adminIndex ' ) ?> "><?php _e ('Admin ' ).' ' .__ ('Index ' ) ?> </a></li>
85+ <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?= $ feather -> urlFor ( ' adminBans ' ) ?> "><?php _e ('Bans ' ) ?> </a></li>
8686 <li><span>» </span><strong><?php _e ('Results head ' ) ?> </strong></li>
8787 </ul>
8888 <div class="clearer"></div>
8989 </div>
90- </div>
90+ </div>
0 commit comments