From a91c916248f967da2d4218b575e665242b7c975b Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 25 Oct 2018 20:25:05 +0200 Subject: phoenixreborn\'NWY --- w/class/application.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 w/class/application.php (limited to 'w/class/application.php') diff --git a/w/class/application.php b/w/class/application.php new file mode 100644 index 0000000..77599d5 --- /dev/null +++ b/w/class/application.php @@ -0,0 +1,36 @@ +setconfig(); + + } + + + public function setconfig() + { + $this->config = Modelconfig::readconfig(); + } + + + + +} + + + + + + + + + + +?> \ No newline at end of file -- cgit v1.2.3