Parse XML using XML parser instead of using regex in get.php

This commit is contained in:
mkuba50
2018-10-11 21:23:22 +02:00
parent bcff23e6da
commit 5828423453
2 changed files with 24 additions and 19 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.15.8';
return '1.15.9';
}
require_once dirname(__FILE__).'/auths.php';