mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Added an option to configure the hostname manually. And there was a problem when APC wasn't present.
This commit is contained in:
parent
d92a348cf0
commit
e746c4955b
11 changed files with 33 additions and 3 deletions
|
@ -77,7 +77,8 @@ function get_config($family, $key, $instore = false) {
|
|||
return false;
|
||||
else
|
||||
return $val;
|
||||
} else
|
||||
}
|
||||
// else
|
||||
//logger("APC: cache miss for value ".$family."|".$key, LOGGER_DEBUG);
|
||||
|
||||
|
||||
|
@ -207,7 +208,7 @@ function get_pconfig($uid,$family, $key, $instore = false) {
|
|||
return false;
|
||||
else
|
||||
return $val;
|
||||
} else
|
||||
} // else
|
||||
//logger("APC: cache miss for value ".$family."|".$key, LOGGER_DEBUG);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue