Hi,
Wie kann man so etwas verhindern?
Ganz oben in der main.php:
define('_VALID_PART', 1);
Und in der news.php dann:
defined('_VALID_PART') or die( 'Direct Access to this location is not allowed.' );
Dann kommt bei einem direkten Aufruf der news.php nur eine Fehlermeldung aber kein Inhalt
MfG
Manuel