Skip to content
Open
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
2 changes: 0 additions & 2 deletions interface/forms_admin/forms_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@

foreach ( $inDir as $fname )
{
// added 8-2009 by BM - do not show the metric vitals form as option since deprecated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great.

// also added a toggle in globals.php in case user wants the option to add this deprecated form
if (stristr($fname, ".tar.gz") || stristr($fname, ".tar") || stristr($fname, ".zip") || stristr($fname, ".gz"))
$phpState = "PHP compressed";
else
Expand Down