tentative ip publique

This commit is contained in:
Yoggzo 2016-04-19 23:57:03 +02:00
parent 438b9b4dcd
commit 94629aeaf5
3 changed files with 111 additions and 7 deletions

View file

@ -40,7 +40,7 @@ class network{
public function __construct($app){
$this->app = $app;
$this->libClass = $app->getLibClass("network");
$this->libClass = $app->getLibClass("Network");
}