0 ) { $_SESSION[ "title" ] = "Übersicht"; include( 'ssi_header.php' ); $_SESSION[ "title" ] = ""; echo "
"; include( "us_menu.php" ); for( $i = 1; $i <= 10; $i++ ) { $plugin = liefere_benutzerspezifische_einstellung( $_SESSION[ "mandant_name" ], $_SESSION[ "benutzer_anmeldename" ], "us_plugin_".liefere_anzahl_zeichen( bcsub( 2, strlen( $i ), 0 ), "0" ).$i ); //echo $plugin; $pfad = "plugins/".$plugin; //echo "Datei ".$pfad." => ".file_exists( $pfad )."
"; //$plugin_inhalt = file_get_contents( $pfad ); //eval( $plugin_inhalt ); //echo "
".$plugin_inhalt."
"; include( $pfad ); if ( $_SESSION[ "plugin_kein_output" ] == "ja" ) { $_SESSION[ "plugin_kein_output" ] = ""; } else { echo "
"; } //echo "a>s".$ergebnis."<"; } //echo "jsdoklhnf sdofjkh irewsfgj sijfsowigfhj owirghaowigerhj owrigoairghaoyiswegfjslwrjg aolwsgrh owreasig hawosrig hwi ghwoirghjowsieghosihdf oswierghf "; echo '
'; echo "

"; include( 'ssi_footer.php' ); } else { header("Location: index.php"); } ?>