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

corrected cvsroot.

File:
1 edited

Legend:

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

    r6755 r6756  
    1111$sIconsUrl = "http://www.netlabs.org/icons";
    1212
    13 echo '\n<!-- cvsroot:'.$sCVSROOT.' -->\n';
     13echo '<!-- cvsroot:'.$sCVSROOT.' -->';
    1414
    1515/**
     
    10821082     *  don't end with ',v' are ignored.
    10831083     */
     1084    printf('\n<!-- opendir('.$sCVSROOT.'/'.$sDir.'); -->\n');
    10841085    $hDir = opendir($sCVSROOT.'/'.$sDir);
    10851086    if (!$hDir)
Note: See TracChangeset for help on using the changeset viewer.