Commit: 7e9bc7c24518fc7219cdbefe0b991613b69f31e3 Author: Hannes Magnusson <[email protected]> Wed, 20 Nov 2013 19:08:29 -0800 Parents: caebec5cd3f58597fcb6348d0be9ad270fcb45de Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7e9bc7c24518fc7219cdbefe0b991613b69f31e3 Log: whooops :D Changed paths: M index.php Diff: diff --git a/index.php b/index.php index 69eded1..77731a5 100644 --- a/index.php +++ b/index.php @@ -142,7 +142,7 @@ site_header("Hypertext Preprocessor", ); // Print body of home page. -//echo $content; +echo $content; // Prepare announcements. if (is_array($CONF_TEASER)) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
