phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/auth class.auth_sql.php,1.1.1.1,1.1.1.1.2.1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api/auth class.auth_sql.php,1.1.1.1,1.1.1.1.2.1
Date: Thu, 23 Oct 2003 20:27:56 +0000

Update of /cvsroot/phpgroupware/api/auth
In directory subversions:/tmp/cvs-serv11420/api/auth

Modified Files:
      Tag: proposal-branch
        class.auth_sql.php 
Log Message:
fixed default rights to block even admin from being able to execute random 
functions from the api, using the op

Index: class.auth_sql.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/auth/class.auth_sql.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.auth_sql.php  23 Oct 2003 07:25:02 -0000      1.1.1.1
--- class.auth_sql.php  23 Oct 2003 20:27:53 -0000      1.1.1.1.2.1
***************
*** 42,46 ****
                        //      . "account_pwd='" . md5($passwd) . "' AND 
account_status='A' AND account_type='u'";
  
- //echo 'sql: '.$sql.'<br>';                           
                        $this->db->query($sql,__LINE__,__FILE__);
                        $this->db->next_record();
--- 42,45 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]