[Pomp-commits] r1220 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 18 13:56:44 CEST 2015


Author: kingaa
Date: 2015-06-18 13:56:44 +0200 (Thu, 18 Jun 2015)
New Revision: 1220

Modified:
   www/index.php
Log:
- update index.php

Modified: www/index.php
===================================================================
--- www/index.php	2015-06-18 11:39:41 UTC (rev 1219)
+++ www/index.php	2015-06-18 11:56:44 UTC (rev 1220)
@@ -11,7 +11,7 @@
 $cranversion = $matches[1];
 $rforgepage = file_get_contents($rforgepkgs);
 preg_match_all("/Rev\.: <b>(.+?)<\/b>/",$rforgepage,&$matches);
-$svnrevision = $matches[1][1];
+$svnrevision = $matches[1][0];
 echo '<?xml version="1.0" encoding="UTF-8"?>';
 ?>
 <!DOCTYPE html



More information about the pomp-commits mailing list