From ffd41931fa4517d66fe9764b91d445769bc43acf Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:19:47 +0000
Subject: [PATCH] =gitblit switch
---
content/_setup.php | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index f1f163e..66df251 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,12 +29,12 @@
*/
-require(AJV_DIR . '/content/sample.php');
+require(ATAT_DIR . '/content/soap.php');
-add_filter('jvb_content', 'altr_content');
-function altr_content($content):array
-{
- return [
- 'sample' => altr_sample(),
- ];
-}
\ No newline at end of file
+//add_filter('jvb_content', 'atat_content');
+//function atat_content($content):array
+//{
+// return [
+// 'soap' => atat_soap(),
+// ];
+//}
\ No newline at end of file
--
Gitblit v1.10.0