include("module/config.inc.php"); include("module/db_opendb.inc.php"); # zuerst schauen, ob das G”stebuch gesperrt ist... $gbsperren = $_SERVER['DOCUMENT_ROOT']. "/etmk/guestbook_noposts.txt"; if (file_exists($gbsperren)) { $posts = ""; } else { $posts = "allowed"; } ?>
|
|
||||||||||||||||||||||||||||||||||||||||||||||