xy2z / capro

PHP8 static site generator
MIT License
8 stars 2 forks source link

view->save_path needs realpath() #3

Open xy2z opened 1 year ago

xy2z commented 1 year ago

So it doesn't return paths like /../../public/example/index.html

xy2z commented 7 months ago

maybe i can't do this as realpath() returns false on failure, e.g. if the file does not exist.