Show More
@@ -630,6 +630,7 b' class SettingsController(BaseController)' | |||
|
630 | 630 | |
|
631 | 631 | if snapshot: |
|
632 | 632 | if c.allowed_to_snapshot: |
|
633 | c.data_items.pop(0) # remove server info | |
|
633 | 634 | return render('admin/settings/settings_system_snapshot.html') |
|
634 | 635 | else: |
|
635 | 636 | h.flash('You are not allowed to do this', category='warning') |
General Comments 0
You need to be logged in to leave comments.
Login now