2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +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:
betateilchen 2020-12-23 11:12:50 +00:00
parent 09d1f1bf67
commit 112f16a8f0

View File

@ -1124,7 +1124,7 @@ sub _cfgDB_findDef {
}
sub _cfgDB_type {
return "$cfgDB_dbtype (b64)";
return $cfgDB_dbtype;
}
sub _cfgDB_dump {