X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/bb34842b36ded0bbe7e6f51294ad3d20c8d470da..772961fd4e9be46ad340cad1e55ee5f28cc5b968:/article.inc.php diff --git a/article.inc.php b/article.inc.php index 93bbe3b..acd219d 100644 --- a/article.inc.php +++ b/article.inc.php @@ -77,6 +77,12 @@ class ArchiveArticle return; } + function restricted() + { + $this->handler; + return $this->restricted; + } + function safetitle() { return trim($this->meta['og:title'] ?? strip_tags($this->title));