X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/e23ce7dc52392f928bf5879605da57e4bf7a7823..feffbe20164d8462d06cef8024609d3fad50e053:/nieuws.inc.php diff --git a/nieuws.inc.php b/nieuws.inc.php index 930eb00..5485315 100644 --- a/nieuws.inc.php +++ b/nieuws.inc.php @@ -29,6 +29,7 @@ class ArchiveArticle function file() { + if (!file_exists($this->page)) return; return fopen($this->page, 'r'); }