Revision: 8418 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8418&view=rev Author: vargenau Date: 2012年10月26日 13:05:03 +0000 (2012年10月26日) Log Message: ----------- include [all] Include and file path should be devided with single space. File path should not be placed under brackets. Modified Paths: -------------- trunk/themes/MacOSX/buttons/index.php Modified: trunk/themes/MacOSX/buttons/index.php =================================================================== --- trunk/themes/MacOSX/buttons/index.php 2012年10月16日 08:03:36 UTC (rev 8417) +++ trunk/themes/MacOSX/buttons/index.php 2012年10月26日 13:05:03 UTC (rev 8418) @@ -1,2 +1,2 @@ <?php -include("../images/index.php"); +include '../images/index.php'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.