Create trees dir if non-existent
This commit is contained in:
parent
3911684edf
commit
12ddd83cbd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user