Merge branch 'next' into develop

This commit is contained in:
Kijin Sung 2020-10-02 12:53:57 +09:00
commit 2b49bd80de
445 changed files with 11109 additions and 25881 deletions

View file

@ -75,15 +75,6 @@ class autoinstall extends ModuleObject
*/
var $tmp_dir = './files/cache/autoinstall/';
/**
* Constructor
*
* @return void
*/
function __construct()
{
}
/**
* For additional tasks required when installing
*