Use strict check where appriopriate

This commit is contained in:
slawkens
2018-10-16 01:40:49 +02:00
parent 98a05f53d2
commit ff8105f809
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?php
if(PAGE != 'news') {
if(PAGE !== 'news') {
return;
}