Create enter_information_v2.php
[clinton/MarylandElectronicPetitionSignature.git] / admin / index.php
index 7335434..5bbeb8a 100644 (file)
@@ -46,7 +46,7 @@ slack_general('ADMIN: Home Page Loaded ('.$_COOKIE['name'].') ('.$_COOKIE['level
 <h2>Admin Sessions</h2>
 <div>Last 50</div><ol>
 <?PHP
-$q="SELECT * FROM admin_sessions where name <> 'Patrick McGuire' ORDER BY id DESC LIMIT 50";
+$q="SELECT * FROM admin_sessions where username <> 'Patrick McGuire' ORDER BY id DESC LIMIT 50";
 $r = $petition->query($q);
 while($d = mysqli_fetch_array($r)){ 
     echo "<li title='$d[action_on]'>$d[ip] $d[username] $d[php_page]</li>";