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

This reverts commit 5828423453.
This commit is contained in:
mkuba50
2018-10-11 21:35:25 +02:00
parent fa256217c9
commit b3c0a47186
2 changed files with 19 additions and 24 deletions

View File

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