mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
configDB.pm: remove b64 suffix for fheminfo
git-svn-id: https://svn.fhem.de/fhem/trunk@23411 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
09d1f1bf67
commit
112f16a8f0
@ -1124,7 +1124,7 @@ sub _cfgDB_findDef {
|
||||
}
|
||||
|
||||
sub _cfgDB_type {
|
||||
return "$cfgDB_dbtype (b64)";
|
||||
return $cfgDB_dbtype;
|
||||
}
|
||||
|
||||
sub _cfgDB_dump {
|
||||
|
Loading…
x
Reference in New Issue
Block a user