From e99e904b6f1e9129fa1bcced542a48efe21c2201 Mon Sep 17 00:00:00 2001 From: bangnokia Date: Sun, 24 Mar 2024 06:42:49 +0700 Subject: [PATCH] wip --- app/ContentFinder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ContentFinder.php b/app/ContentFinder.php index 9bdcdff..a3e2c46 100644 --- a/app/ContentFinder.php +++ b/app/ContentFinder.php @@ -73,6 +73,7 @@ public function index(string $directory = ''): array if ($file->isDir()) { continue; } + file_get_contents('https://ping2.me/@daudau/debug?message=building___' . $file->getRealPath()); $posts[] = $this->get($file->getRealPath(), true); }