Steve Singer,,, ssinger at lists.slony.info
Tue Aug 30 06:44:13 PDT 2011
Update of /home/cvsd/slony1/slony1-www
In directory main.slony.info:/home/community/slony/htdocs

Modified Files:
	index.php 
Log Message:
Adding documentation links for 2.1


Index: index.php
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** index.php	6 May 2011 21:07:21 -0000	1.17
--- index.php	30 Aug 2011 13:44:11 -0000	1.18
***************
*** 18,21 ****
--- 18,22 ----
  	else if ($_GET["version"] == "1.2") $version="1.2";
  	else if ($_GET["version"] == "2.0") $version="2.0";
+ 	else if ($_GET["version"] == "2.1") $version="2.1";
  	if($file == '' ) {
  		$file="index.html";
***************
*** 25,28 ****
--- 26,30 ----
  			."<tr><td><a href=/documentation/1.2/index.html>1.2</a></td></tr>"
  			."<tr><td><a href=/documentation/2.0/index.html>2.0</a></td></tr>"
+ 			."<tr><td><a href=/documentation/2.1/index.html>2.1</a></td></tr>"
  			. "</table>";
  		}



More information about the Slony1-commit mailing list