remove and add some exceptions, add getUptime and fix derivedk alculation
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / uptime.php
1 <?php
2 require_once('config.php');
3 print_r($sp->getUptime());
4 $sp->logout();