View | Details | Raw Unified | Return to bug 25045
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 21847-21853 if( CheckVersion( $DBversion ) ) { Link Here
21847
        INSERT IGNORE INTO `systempreferences`
21847
        INSERT IGNORE INTO `systempreferences`
21848
            (`variable`,`value`,`explanation`,`options`,`type`)
21848
            (`variable`,`value`,`explanation`,`options`,`type`)
21849
        VALUES
21849
        VALUES
21850
            ('RESTPublicAnonymousRequests', $opac_public, NULL,'If enabled, the API will allow anonymous access to public routes that don\'t require authenticated access.','YesNo');
21850
            ('RESTPublicAnonymousRequests', $opac_public, NULL,'If enabled, the API will allow anonymous access to public routes that do not require authenticated access.','YesNo');
21851
    });
21851
    });
21852
21852
21853
    NewVersion( $DBversion, 25045, "Add a way to restrict anonymous access to public routes (OpacPublic behaviour)");
21853
    NewVersion( $DBversion, 25045, "Add a way to restrict anonymous access to public routes (OpacPublic behaviour)");
21854
- 

Return to bug 25045