Project

General

Profile

« Previous | Next » 

Revision 8

Added by stefan about 19 years ago

All occurrences of "CVS" in the code are replace by ".svn"

View differences:

install.php
98 98
$dir = dir($module_dir);
99 99
while (false !== $entry = $dir->read()) {
100 100
	// Skip pointers
101
	if(substr($entry, 0, 1) != '.' AND $entry != 'CVS' AND !is_dir($module_dir.'/'.$entry)) {
101
	if(substr($entry, 0, 1) != '.' AND $entry != '.svn' AND !is_dir($module_dir.'/'.$entry)) {
102 102
		// Chmod file
103 103
		change_mode($module_dir.'/'.$entry, 'file');
104 104
	}
......
115 115
// Print admin footer
116 116
$admin->print_footer();
117 117

  
118
?>
118
?>

Also available in: Unified diff