Yael: .htaccess - weiteres Problem

Beitrag lesen

<?php
$__php_self = array();
$__php_self[] = '/team-karte.php';
$__php_self[] = '/user-karte.php';

if(in_array($_SERVER['PHP_SELF'],$__php_self):?>
....
<?php endif;?>

  
Sorry, ich hab eine ) vergessen gehabt.