mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
Fixes for webdav directories
This commit is contained in:
parent
4195b903d7
commit
06778925e0
4 changed files with 21 additions and 2 deletions
|
@ -161,7 +161,6 @@ post '/site/create_directory' do
|
|||
require_login
|
||||
|
||||
path = "#{params[:dir] || ''}/#{params[:name]}"
|
||||
|
||||
result = current_site.create_directory path
|
||||
|
||||
if result != true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue