Commit Graph

15 Commits

Author SHA1 Message Date
Scott Luther
9b1628149c * Updated auth.inc.php 2009-03-10 15:49:42 -07:00
anubis
06d6198535 Change SQL to use "AND" rather than "&&" (equivalent in MySQL). 2009-01-15 21:32:20 -05:00
anubis
5c6292a4b5 Any user had open-ended access to the administration panel due to usage of wrong variable when validating access (was using $this->auth_groups instead of $this->group which contains user group access in CORE_auth::auth_update). Also added a redundant check if a user has no group access then no module access will be granted. 2009-01-07 22:22:27 -05:00
anubis
2e4fa74af1 Changed to only using _POST and _GET superglobals in CORE_vars. 2009-01-04 21:24:53 -05:00
anubis
36aaa16e4c Remove aptree menu, not used. 2009-01-04 21:21:21 -05:00
anubis
fae6352bf2 Update to PEAR 1.7.2, Image_Canvas 0.3.1, Image_Color 1.0.3, Image_Graph 0.7.2, XML_Parser 1.3.1.
Removed PHP_Compat, and references to it.
Removed ionCube/Zend/mmCache compatibility checks in test.php script.
Changed minimum PHP requirement to 5.0 in test.php script.
2009-01-04 19:22:54 -05:00
anubis
eedd737a97 Fix SQL error when advance_days is set to 0. 2009-01-02 22:26:41 -05:00
abacab
014f855c1e Moved ResultSet->Close inside if, to avoid possible undefined property errors. 2008-12-30 21:40:19 -05:00
abacab
2c89a97894 voip_prepaid::lowBalance fix, take 3. 2008-12-30 10:31:18 -05:00
abacab
b33a038019 voip_prepaid::lowBalance fix, take 2. 2008-12-30 07:39:04 -05:00
abacab
d295494489 If lowBalance is not set, then do not run the void_prepaid:task function. 2008-12-29 21:45:00 -05:00
abacab
2aef892944 Fix notice caused by voip_prepaid:task when tables are not installed. 2008-12-29 20:43:41 -05:00
abacab
c54d20d323 Added automatic currency conversion update. 2008-12-29 13:00:08 -05:00
abacab
83fc4754c4 Call-by-reference warnings, changed sql_select to sqlSelect. 2008-12-28 20:30:35 -05:00
unknown
02306ccc47 Initial Commit of AgileBill Open Source 2008-11-26 14:50:40 -08:00