Hyroshima Posted March 27, 2019 Posted March 27, 2019 (edited) Hello, is there any guide on how to add an addon in fluxcp? already grateful, Hyro @EDIT I am using the addon folder example, but the link is empty !? addon.php <?php return array( 'MenuItems' => array( 'Android APP' => array('module' => 'main'), 'HomeLabel' => array('exturl' => 'http://www.fluxro.com/community'), ) ) ?> access.php <?php return array( 'modules' => array( 'appacess' => array( 'index' => AccountLevel::ANYONE, ) ), 'features' => array( // None. ) ) ?> both in \addons\appacess\ RESOLVED! Edited March 27, 2019 by Hyroshima
Question
Hyroshima
Hello, is there any guide on how to add an addon in fluxcp?
already grateful, Hyro
@EDIT
I am using the addon folder example, but the link is empty !?
addon.php
access.php
both in \addons\appacess\
RESOLVED!
Edited by Hyroshima0 answers to this question
Recommended Posts