This commit is contained in:
nobody 2022-04-09 18:47:20 -07:00
parent 995718d993
commit 07e618eea8
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@
},
"autoload" : {
"psr-4" : {
"Hubzilla\\" : "include/",
"Include\\" : "include/",
"Code\\" : "Code/"
}
},

View file

@ -1854,7 +1854,7 @@ function z_mail($params)
/**
* @brief Discover the best API path available for redmatrix/hubzilla servers.
* @brief Discover the best API path available for the project servers.
*
* @param string $host
* @return string

View file

@ -1,2 +1,2 @@
<?php
define ( 'STD_VERSION', '22.04.07' );
define ( 'STD_VERSION', '22.04.10' );