Changeset 1324 in ExiteCMS for modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/svn.php
- Timestamp:
- 02/28/08 15:19:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/svn.php
r1320 r1324 28 28 29 29 // get the rights for the current user 30 $variables['view_svn'] = true;30 $variables['view_svn'] = iMEMBER && checkgroup($settings['tracsvn_view_svn']); 31 31 if (!$variables['view_svn']) { 32 32 // redirect back to the trac module 33 33 redirect("trac.php"); 34 34 } 35 $variables['view_diff'] = true;36 $variables['view_file'] = true;35 $variables['view_diff'] = iMEMBER && checkgroup($settings['tracsvn_view_diff']); 36 $variables['view_file'] = iMEMBER && checkgroup($settings['tracsvn_view_file']); 37 37 38 38 // check if we have a revision number
Note: See TracChangeset
for help on using the changeset viewer.
