Disable some safety features in the development mode

This commit is contained in:
2025-03-28 12:48:59 +01:00
parent 7b3cd4eb10
commit 1933521e0d
4 changed files with 24 additions and 6 deletions

View File

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