Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Removed Verbose debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJamie committed Nov 27, 2013
1 parent a84f57b commit d2a1fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mfi-function.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ function get_pages_from_ubnt_mfi_server($inputarray, $pages){
$reply['auth'] = 'false';
$reply['url'] = $headers['url'];
$reply['page'] = $result2;
$reply['verbose2'] = $verbose2;
return $reply;


} else {
$reply['auth'] = 'debug';
$reply['url'] = $headers['url'];
$reply['page'] = $result2;
$reply['verbose2'] = $verbose2;
return $reply;


}
Expand Down

0 comments on commit d2a1fe7

Please sign in to comment.