Open klml opened 6 years ago
make.php creates the site (html and json files) from source-files.
Additionally make.php writes content from webedit to source-files in make.php#L54
This is confusing, due the file is called make.php and not write-source-and-make.php. And this could be an security issue.
make.php
write-source-and-make.php
I want to move this function from make.php to a single file (as microservice).
make.php creates the site (html and json files) from source-files.
Additionally make.php writes content from webedit to source-files in make.php#L54
This is confusing, due the file is called
make.php
and notwrite-source-and-make.php
. And this could be an security issue.I want to move this function from make.php to a single file (as microservice).