Jake Vanderwerf
2026-05-28 b7aed073c23396afa7eccb488dd25bfa222c1819
users/_setup.php
@@ -25,15 +25,4 @@
 *                             -> description of the user role. Used in the registration page
 */
require(AJV_DIR . '/users/client.php');
//require(AJV_DIR . '/users/enthusiast.php');
add_filter('jvb_user', 'altr_user');
function altr_user():array
{
    return [
//        'enthusiast'    => altr_user_enthusiast(),
        'client'        => altr_user_client(),
    ];
}
require(AEI_DIR . '/users/artists.php');