📄 upgrade.ini
字号:
[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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -