![]() |
|
Reminder for modules devs - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: General Forums - (Non-Sentora Support) (https://senforums.mach-hosting.com/forumdisplay.php?fid=1) +--- Forum: Sentora Development (https://senforums.mach-hosting.com/forumdisplay.php?fid=54) +--- Thread: Reminder for modules devs (/showthread.php?tid=2613) |
Reminder for modules devs - Me.B - 02-20-2016 I think we agreed in the past that modules should only accessed usingĀ /?module=name&feature. They should never be used in direct call ex: /module/code/mycode.php, this bypass the core and act as an independent application. We will ban by default any access to .php files in modules. Only assets will be allowed. Thanks to fix it, as it will ship in 1.0.4. |