Ignore:
Timestamp:
Sep 19, 2001, 5:39:04 PM (24 years ago)
Author:
bird
Message:

corrected cvsroot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/www/cvs.php3

    r6756 r6761  
    66 * Configuration:
    77 */
    8 $sCVSROOT = "g:/cvsroot";
    9 $sCVSROOT = "e:/netlabs.cvs/odin";
     8$sCVSROOT  = "g:/cvsroot";
     9$sCVSROOT  = "e:/netlabs.cvs/odin32";
    1010$sIconsUrl = "/icons";
    1111$sIconsUrl = "http://www.netlabs.org/icons";
     
    10821082     *  don't end with ',v' are ignored.
    10831083     */
    1084     printf('\n<!-- opendir('.$sCVSROOT.'/'.$sDir.'); -->\n');
     1084    printf('<!-- opendir('.$sCVSROOT.'/'.$sDir.'); -->');
    10851085    $hDir = opendir($sCVSROOT.'/'.$sDir);
    10861086    if (!$hDir)
Note: See TracChangeset for help on using the changeset viewer.