From aa974bf5954d0cca2506003a3cd9ec4eb89ed0bc Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 11 May 2026 18:35:55 +0000
Subject: [PATCH] =Transfer to new Registrar system

---
 content/_setup.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/content/_setup.php b/content/_setup.php
index 7ea2a91..e37ca1b 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -33,7 +33,7 @@
 require(AJV_DIR . '/content/progress.php');
 require(AJV_DIR . '/content/terms.php');
 
-add_filter('jvb_content', 'altr_content');
+//add_filter('jvb_content', 'altr_content');
 function altr_content($content):array
 {
     return [

--
Gitblit v1.10.0