|
Title: PHP BBC Button Post by: Q on 11. April 2017, 20:19:34 Sehr hilfreich um PHP Code übersichtlich darzustellen, die Textfarben werden automatisch gesetzt ja nach gefundenen PHP Code.
Beispiel: <?php // This file is here solely to protect your Themes directory. // Look for Settings.php.... if (file_exists(dirname(dirname(__FILE__)) . '/Test.php')) { // Found it! require(dirname(dirname(__FILE__)) . '/Test.php'); header('Location: ' . $boardurl); } // Can't find it... just forget it. else exit; ?> |