Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update www/include/monitoring/status/ServicesServiceGroups/xml/servic…
…eSummaryBySGXML.php
  • Loading branch information
kduret authored Oct 28, 2019
commit 181ebd97ac293d0f537303484cdc7dc35b518e96
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
INPUT_GET,
'order',
FILTER_VALIDATE_REGEXP,
array('options' => array('default' => 'ASC', 'regexp' => '/^(ASC|DESC)$/' ))
array('options' => array('default' => 'ASC', 'regexp' => '/^(ASC|DESC)$/'))
);

/*
Expand Down