- Mitglied seit
- 12 Aug 2005
- Beiträge
- 65
- Punkte für Reaktionen
- 0
- Punkte
- 0
CentOS 4.1 mit Kernel 2.6x und A@H 1.5
Hi,
ich habe die Minimalinstallation von CentOS 4.1 eingespielt, A@H installiert - ohne Fehler - und danach auf das Webportal zugegriffen, einwandfrei.
Wähle ich einen Menüpunkt aus äußert sich das neue Menü - zB AMP in folgender Form :
<?php /* $Id: index.php,v 1.13 2005/05/10 20:24:08 rcourtna Exp $ */
//Copyright (C) 2004 Coalescent Systems Inc. ([email protected])
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either version 2
//of the License, or (at your option) any later version.
//
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//GNU General Public License for more details.
// start session
session_start();
// check for logout in request
if ($_REQUEST["action"] == "logout") {
<< usw usf >>
Wieso wird der PHP Result nicht angezeigt ?
Eigentlich sollte ich ja den Code nicht zu sehen bekommen.
Das Anzeigesystem ist WinXP mit Opera und zum Test Firefox sowie IE, alles mit dem selben Effekt, Roh-PHP Code :-(
Kennt jemand diese Erscheinung ? Kann es an 4.1 liegen ?
Hi,
ich habe die Minimalinstallation von CentOS 4.1 eingespielt, A@H installiert - ohne Fehler - und danach auf das Webportal zugegriffen, einwandfrei.
Wähle ich einen Menüpunkt aus äußert sich das neue Menü - zB AMP in folgender Form :
<?php /* $Id: index.php,v 1.13 2005/05/10 20:24:08 rcourtna Exp $ */
//Copyright (C) 2004 Coalescent Systems Inc. ([email protected])
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either version 2
//of the License, or (at your option) any later version.
//
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//GNU General Public License for more details.
// start session
session_start();
// check for logout in request
if ($_REQUEST["action"] == "logout") {
<< usw usf >>
Wieso wird der PHP Result nicht angezeigt ?
Eigentlich sollte ich ja den Code nicht zu sehen bekommen.
Das Anzeigesystem ist WinXP mit Opera und zum Test Firefox sowie IE, alles mit dem selben Effekt, Roh-PHP Code :-(
Kennt jemand diese Erscheinung ? Kann es an 4.1 liegen ?