Changeset 6761 for trunk/tools/database/www
- Timestamp:
 - Sep 19, 2001, 5:39:04 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/tools/database/www/cvs.php3 (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tools/database/www/cvs.php3
r6756 r6761 6 6 * Configuration: 7 7 */ 8 $sCVSROOT = "g:/cvsroot";9 $sCVSROOT = "e:/netlabs.cvs/odin";8 $sCVSROOT = "g:/cvsroot"; 9 $sCVSROOT = "e:/netlabs.cvs/odin32"; 10 10 $sIconsUrl = "/icons"; 11 11 $sIconsUrl = "http://www.netlabs.org/icons"; … … 1082 1082 * don't end with ',v' are ignored. 1083 1083 */ 1084 printf(' \n<!-- opendir('.$sCVSROOT.'/'.$sDir.'); -->\n');1084 printf('<!-- opendir('.$sCVSROOT.'/'.$sDir.'); -->'); 1085 1085 $hDir = opendir($sCVSROOT.'/'.$sDir); 1086 1086 if (!$hDir)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  