Skip to content

novius/novius_ftplite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ftp Lite for Novius OS

FTP Lite is an application for Novius OS for managing static files.

Requirements

  • The FTP Lite applications run on Novius OS Chiba and upper.

Installation

After installed FTP Lite in your Novius OS, you must add this lines to your local/bootstrap.php

\Event::register('404.start', function($params) {
    \Module::load('novius_ftplite');
});
\Event::register('front.start', function($params) {
    \Module::load('novius_ftplite');
});

License

Licensed under GNU Affero General Public License v3 or (at your option) any later version.

About

FTP Lite is an application for Novius OS for managing static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages