"Write file", "description" => "Write a file to the given path, writing permission are required.", "svg" => ' ', "op" => $WRITE_FILE, ); } // section.functions.end // section.hooks add_hook("features", "__PREFIX__fileWriteHooksFeatures"); add_named_hook("GET_page", $WRITE_FILE, "__PREFIX__makeWriteFilePage"); add_named_hook("POST_operation", $WRITE_FILE, "__PREFIX__handleWriteFile"); // section.hooks.end