这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: ZanzoCam/zanzocam-control-panel

First Major Release

11 Jun 13:53
36bf711

Choose a tag to compare

First major release of zanzocam-control-panel.

This is not the first release of this codebase, but it's the first one that is separate from zanzocam-core. Check the zanzocam-core releases prior to 1.0.0 to get older control panel versions.

Expect the two projects to have quasi-synchronous releases over time for major and minor version releases, but not for patch releases.

This package contains all the parts needed on the server side of a ZanzoCam to properly receive pictures and logs, and to store and edit the configuration file. In the case of an FTP-based system, you can delete index.php from the root, and you won't be able to see the control-panel unless you have also HTTP access to the same folder.

The PHP script is relatively easy to modify, so if you have a more complex server setup you should consider modifying it to suit your needs, as long as you can guarantee that your version is open-source (check the license for details). Ports to other languages other than PHP are also welcome, as long as they stay very small (few hundreds lines of code at most).