summaryrefslogtreecommitdiff
path: root/security/phpdeadlock/files/patch-deadlock_admin_inactiveusers.php
blob: 859cc7e4d5527b715ccf2fd43bece8c5f33c75fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- ./deadlock/admin/inactiveusers.php.orig	Sun Aug  6 17:39:58 2006
+++ deadlock/admin/inactiveusers.php	Thu Oct 11 15:23:49 2007
@@ -145,10 +145,10 @@
   </tr>
   <tr>
     <td height="19" colspan="2"><br />
-        <form id="form1" name="form1" method="get" action="<?=$_SERVER['PHP_SELF']?>">
+        <form id="form1" name="form1" method="get" action="<?php echo $_SERVER['PHP_SELF']?>">
           <span class="style2">Search:</span>
           <input type="text" name="search" />
-          <input type="submit" value="Go" /><? if(!empty($_GET['search'])): ?><input type="button" value="View All" onclick="window.location='<?=$_SERVER['PHP_SELF']?>'" /><? endif; ?>
+          <input type="submit" value="Go" /><?php if(!empty($_GET['search'])): ?><input type="button" value="View All" onclick="window.location='<?php echo $_SERVER['PHP_SELF']?>'" /><?php endif; ?>
         </form>
         <br />
       <table width="100%" border="0">
@@ -158,14 +158,14 @@
           <td width="28%" class="style5">Email</td>
           <td width="21%" class="style5">Actions</td>
         </tr>
-       <?=$userlist?>
+       <?php echo $userlist?>
       </table><br />
-      <? if($count > 0): ?><div align="center"><span class="style2">Page:</span> <span class="style5"><?=$pagelist?></span></div><br /><? endif; ?>
+      <?php if($count > 0): ?><div align="center"><span class="style2">Page:</span> <span class="style5"><?php echo $pagelist?></span></div><br /><?php endif; ?>
     <br /></td>
   </tr>
 
   <tr>
-    <td height="21" colspan="2" class="footercell"><div align="center"><?show_footer($software_signature)?></div></td>
+    <td height="21" colspan="2" class="footercell"><div align="center"><?phpshow_footer($software_signature)?></div></td>
   </tr>
 </table>
 </body>