为具有上传功能的 HousingPos 准备的后端,需mysql数据库。不需要/没有数据库的话也可以参考php注释将建立/写入数据库的代码删除,照样可以用。
init.php为初始化用文件。index.php为工作环境用文件。- 请注意目录权限问题,无上级目录权限无法写入
map.json和log.txt。 - 请注意完成初始化工作后将
init.php删除,本文件对公网开放很不安全。
This is the back-end for HousingPos with upload function. You need a MySQL database. If you don't need / don't have a database, you can also delete the code used to create / write the database according to the PHP comments.
init.phpPHP File for initialization.index.phpPHP File for the work environment.- Please pay attention to the problem of directory permission.
map.jsonandlog.txtcannot be written without the permission of superior directory. - Please note that
init.phpshould be deleted after initialization. This file is not safe for the public network.