upgrade.ini

来自「网络硬盘_支持1GB文件上传和续传_无错版」· INI 代码 · 共 51 行

INI
51
字号
[UPGRADE]
;;;;;;;;;;;;;;;;;;;
; basic infomation
;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;
; install_dir: related path to the location of indtaller.php
; auto_install:if set to 1,the installer will extract the install_data(zip format) to the install_dir
; check_file: decide if the data is extracted,the path should be relted to install_dir
;;;;;;;;;;;;;;;;;;;
install_dir    = "../"
var_begin      = "##"
var_end        = "##"
lng_begin      = "#!"
lng_end        = "!#"
lang           = upgradeen;
debug          = off

[REGISTER]
;;;;;;;;;;;;;;;;;;;
; license register infomation
;;;;;;;;;;;;;;;;;;;

[REQUIRMENT]
;;;;;;;;;;;;;;;;;;;
; soft requirement infomation
;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;
; format:type.order = "name:warning if fail"
; type:dir,module,function
; check method:is_writable(dir)
;              extension_loaded(module)
;              function_exists(function)
;;;;;;;;;;;;;;;;;;;


[INC]
;;;;;;;;;;;;;;;;;;;
; included others script in the installer
;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;
; format: inc.steporder.location = "script.php"
; step:0,1,2,3,4,5
; location:start:require_once at the beginning of step
;          end: require_once at the end of step
;;;;;;;;;;;;;;;;;;;


;;;;;;;;;;;;;;;;;;;
; end of config
;;;;;;;;;;;;;;;;;;;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?