From ef05e8a90d64022d6ecfbcb8ed0ab92d53adf243 Mon Sep 17 00:00:00 2001 From: Eole Date: Mon, 25 Jan 2016 23:36:23 +0100 Subject: Init core class, Init plugin functionnality --- server/core/Plugin.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 server/core/Plugin.php (limited to 'server/core/Plugin.php') diff --git a/server/core/Plugin.php b/server/core/Plugin.php new file mode 100644 index 0000000..e6fd8a7 --- /dev/null +++ b/server/core/Plugin.php @@ -0,0 +1,13 @@ +api = $api; + + } + +} -- cgit v1.2.3