From: <var...@us...> - 2012-09-28 11:27:09
|
Revision: 8287 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8287&view=rev Author: vargenau Date: 2012-09-28 11:26:58 +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/ImageTile.php trunk/RPC2.php trunk/SOAP.php trunk/configurator.php trunk/getimg.php trunk/index.php trunk/passencrypt.php trunk/view.php trunk/wikiadmin.php trunk/wikilist.php Property Changed: ---------------- trunk/ImageTile.php trunk/RPC2.php trunk/SOAP.php trunk/configurator.php trunk/getimg.php trunk/index.php trunk/passencrypt.php Modified: trunk/ImageTile.php =================================================================== --- trunk/ImageTile.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/ImageTile.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,4 +1,4 @@ -<?php // -*-php-*- $Id$ +<?php // FIXME! This is a mess. Everything. require_once('lib/stdlib.php'); @@ -148,4 +148,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/ImageTile.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/RPC2.php =================================================================== --- trunk/RPC2.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/RPC2.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,5 +1,4 @@ <?php -// $Id$ /* * The guts of this code have been moved to lib/XmlRpcServer.php. * @@ -37,4 +36,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/RPC2.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/SOAP.php =================================================================== --- trunk/SOAP.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/SOAP.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,4 +1,4 @@ -<?php // -*-php-*- $Id$ +<?php /** * SOAP server * Taken from http://www.wlug.org.nz/archive/ @@ -358,4 +358,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/SOAP.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/configurator.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,4 +1,4 @@ -<?php // -*-php-*- $Id$ +<?php /* * Copyright 2002,2003,2005,2008-2010 $ThePhpWikiProgrammingTeam * Copyright 2002 Martin Geisler <gim...@gi...> @@ -163,7 +163,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<!-- $Id$ --> +<!-- $Id: configurator.php 8281 2012-08-31 12:01:01Z vargenau $ --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Configuration tool for PhpWiki <?php echo $config_file ?></title> <style type="text/css" media="screen"> Property changes on: trunk/configurator.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/getimg.php =================================================================== --- trunk/getimg.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/getimg.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,4 +1,3 @@ -<?php // -*-php-*- $Id$ +<?php include ("index.php"); include "lib/imagecache.php"; -?> Property changes on: trunk/getimg.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/index.php =================================================================== --- trunk/index.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/index.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php /* * Copyright 1999-2010 $ThePhpWikiProgrammingTeam * = array( @@ -61,4 +59,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/index.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/passencrypt.php =================================================================== --- trunk/passencrypt.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/passencrypt.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -4,7 +4,6 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<!-- $Id$ --> <title>Password Encryption Tool</title> <!-- Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam Property changes on: trunk/passencrypt.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/view.php =================================================================== --- trunk/view.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/view.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -107,5 +107,3 @@ // mode: php // c-file-style: "bsd" // End: - -?> Modified: trunk/wikiadmin.php =================================================================== --- trunk/wikiadmin.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/wikiadmin.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -1,4 +1,4 @@ -<?php // -*-php-*- $Id$ +<?php /* * Copyright (C) 2009 Alain Peyrat, Alcatel-Lucent * Copyright (C) 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent @@ -168,4 +168,3 @@ site_project_footer(array()); -?> Modified: trunk/wikilist.php =================================================================== --- trunk/wikilist.php 2012-09-28 11:20:42 UTC (rev 8286) +++ trunk/wikilist.php 2012-09-28 11:26:58 UTC (rev 8287) @@ -91,4 +91,3 @@ site_admin_footer(array()); -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |