From: <var...@us...> - 2012-09-28 11:33:12
|
Revision: 8289 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8289&view=rev Author: vargenau Date: 2012-09-28 11:33:02 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/admin/wiki2public.php Modified: trunk/admin/wiki2public.php =================================================================== --- trunk/admin/wiki2public.php 2012-09-28 11:29:20 UTC (rev 8288) +++ trunk/admin/wiki2public.php 2012-09-28 11:33:02 UTC (rev 8289) @@ -1,5 +1,4 @@ -<?php // -*-php-*- $Id$ +<?php // cronjob script to copy pages marked as "public" to a seperate public wiki area. // If ENABLE_PAGE_PUBLIC = true // can only run via localhost for security reasons -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |