Added content filtering, Removed old files

Update strings.json, blog-listing.php, and 5 more files...
This commit is contained in:
2021-12-08 17:30:45 +01:00
parent 57ca499faa
commit 15698bc813
7 changed files with 66 additions and 122 deletions

View File

@@ -4,4 +4,5 @@ $host = "nibblepoker.lu";
$host_uri = "https://nibblepoker.lu";
$dir_commons = dirname(__FILE__);
$dir_root = realpath($dir_commons . "/../");
$dir_content = realpath($dir_commons . "/../" . "content/");
?>