summaryrefslogtreecommitdiff
path: root/server/core/Network.php
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-04-19 23:57:03 +0200
committerYoggzo <yogg@epsina.com>2016-04-19 23:57:03 +0200
commit94629aeaf523f391f09ef18c1b2ca639e0b02d08 (patch)
tree727920b8dba502ce729b9bc059b0235d37bce76b /server/core/Network.php
parent438b9b4dcdee7e0c18c3477bb9592ac7efbebfec (diff)
tentative ip publique
Diffstat (limited to 'server/core/Network.php')
-rwxr-xr-xserver/core/Network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/Network.php b/server/core/Network.php
index 9564f06..3e5e2ca 100755
--- a/server/core/Network.php
+++ b/server/core/Network.php
@@ -40,7 +40,7 @@ class network{
public function __construct($app){
$this->app = $app;
- $this->libClass = $app->getLibClass("network");
+ $this->libClass = $app->getLibClass("Network");
}