Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei-litespeed committed Dec 3, 2024
1 parent c566cab commit cb619d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/crawler.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -1210,9 +1210,9 @@ private function _recursive_build_crawler($crawler_factors, $group = array(), $i
*/
public function json_local_path()
{
if (!file_exists(LITESPEED_STATIC_DIR . '/crawler/' . $this->_sitemeta)) {
return false;
}
// if (!file_exists(LITESPEED_STATIC_DIR . '/crawler/' . $this->_sitemeta)) {
// return false;
// }

return LITESPEED_STATIC_DIR . '/crawler/' . $this->_sitemeta;
}
Expand Down

0 comments on commit cb619d3

Please sign in to comment.