Merge branch 'dev' of codeberg.org:streams/streams into dev

This commit is contained in:
Mike Macgirvin 2024-09-15 07:15:01 +10:00
commit a274bfe417
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ function prune_hub_reinstalls()
{ {
$r = q( $r = q(
"select site_url from site where site_type = %d && site_url != '%s'", "select site_url from site where site_type = %d and site_url != '%s'",
intval(SITE_TYPE_ZOT), intval(SITE_TYPE_ZOT),
dbesc(z_root()) dbesc(z_root())
); );

View file

@ -1,2 +1,2 @@
<?php <?php
define ('STD_VERSION', '24.09.04'); define ('STD_VERSION', '24.09.07');