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

Commit

Permalink
Update example.php
Browse files Browse the repository at this point in the history
added require line
  • Loading branch information
ITJamie committed Nov 27, 2013
1 parent 4e992d6 commit e9e04d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

require('airos_function.php');

// Here are the minimum requirements to login and get back the first page. Supports http and https and offset ports.
$inputarray['username'] = 'ubnt';
$inputarray['password'] = 'ubnt';
Expand All @@ -21,4 +23,4 @@
$reply = get_pages_from_ubnt_airos_device($inputarray, $extrapages);


print_r($reply);
print_r($reply);

0 comments on commit e9e04d6

Please sign in to comment.