Commit 93046d04 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed ns_info pageroot issue of NaviServer 4.99 on Windows.

  ns_info pageroot was deprecated anyway, so it's not replaced
  with acs_root_dir
parent 112824d9
......@@ -23,8 +23,7 @@ ad_proc -public im_filestorage_size_indicator_sweeper { } {
# ---------------------------------------------------
# Calculate the used space
#
set pageroot [ns_info pageroot]
set serverroot [join [lrange [split $pageroot "/"] 0 end-1] "/"]
set serverroot [acs_root_dir]
set filestorage_path "$serverroot/filestorage/"
set du_output ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment