Steve Singer,,, ssinger at lists.slony.info
Fri Oct 8 07:28:21 PDT 2010
Update of /home/cvsd/slony1/slony1-www
In directory main.slony.info:/home/community/slony/htdocs

Modified Files:
	index.php 
Log Message:
default to 'current' if no version was specified and we are not looking for
the index


Index: index.php
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** index.php	7 Oct 2010 15:11:56 -0000	1.15
--- index.php	8 Oct 2010 14:28:19 -0000	1.16
***************
*** 27,30 ****
--- 27,33 ----
  			. "</table>";
  		}
+ 	}
+ 	if($version == '' && file!='index.html') {
+ 		$version='current';
  	} 
  	if($text=='') {



More information about the Slony1-commit mailing list