2 Jahre alten Thread auskram

if (strpos($_GET['content'],'/spiele/') !== 0) include('lib/menue_links.php');
Warum funktioniert denn da kein "OR" Operator? zb.

if (strpos($_GET['content'],'/spiele/') !== 0 || strpos($_GET['content'],'/test/') !== 0) include('lib/menue_links.php');