Create trees dir if non-existent

This commit is contained in:
Sky Johnson 2024-09-13 22:16:24 -05:00
parent 3911684edf
commit 12ddd83cbd

View File

@ -15,6 +15,9 @@ if (in_array('-f', $argv)) {
echoTitle("opcache reset"); echoTitle("opcache reset");
} }
// create the trees directory if it doesn't exist
if (!is_dir(TREES)) mkdir(TREES);
$r = new SegmentRouter(); $r = new SegmentRouter();
// Blog lookups // Blog lookups