mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
Admin can enable disable caching on the fly now.
This commit is contained in:
parent
6342c22f72
commit
960a50b148
@ -57,6 +57,10 @@
|
|||||||
{
|
{
|
||||||
$this->db->lock('phpgw_config');
|
$this->db->lock('phpgw_config');
|
||||||
$this->db->query("delete from phpgw_config where config_app='" . $this->appname . "'",__LINE__,__FILE__);
|
$this->db->query("delete from phpgw_config where config_app='" . $this->appname . "'",__LINE__,__FILE__);
|
||||||
|
if($this->appname == 'phpgwapi')
|
||||||
|
{
|
||||||
|
$this->db->query("delete from phpgw_app_sessions where sessionid = '0' and loginid = '0' and app = '".$this->appname."' and location = 'config'",__LINE__,__FILE__);
|
||||||
|
}
|
||||||
while (list($name,$value) = each($config_data))
|
while (list($name,$value) = each($config_data))
|
||||||
{
|
{
|
||||||
$name = addslashes($name);
|
$name = addslashes($name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user