Changeset 1106

Show
Ignore:
Timestamp:
12/21/05 11:42:54 (3 years ago)
Author:
mbonetti
Message:

what in heaven was that bit doing in there?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/admin/users.php

    r1091 r1106  
    5757function rss_login_form($uname=null,$pass=null) { 
    5858     
    59     if ($uname && $pass) { 
    60         echo __exp_login($uname,md5($pass)); 
    61     } 
    62  
    63  
    64  
    6559    admin_header(); 
    6660    ?> 
    6761    <script type="text/javascript"> 
    6862    <!-- 
     63         
    6964        function on_submit_login_form() { 
    7065            uname=document.getElementById('login_uname').value; 
     
    7368            return false; 
    7469        } 
     70         
    7571         
    7672        function admin_login_hdlr(data) {