Changeset 6756 for trunk/tools/database/www/cvs.php3
- Timestamp:
- Sep 19, 2001, 5:37:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/www/cvs.php3
r6755 r6756 11 11 $sIconsUrl = "http://www.netlabs.org/icons"; 12 12 13 echo ' \n<!-- cvsroot:'.$sCVSROOT.' -->\n';13 echo '<!-- cvsroot:'.$sCVSROOT.' -->'; 14 14 15 15 /** … … 1082 1082 * don't end with ',v' are ignored. 1083 1083 */ 1084 printf('\n<!-- opendir('.$sCVSROOT.'/'.$sDir.'); -->\n'); 1084 1085 $hDir = opendir($sCVSROOT.'/'.$sDir); 1085 1086 if (!$hDir)
Note:
See TracChangeset
for help on using the changeset viewer.