mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
Change order
This commit is contained in:
parent
4ce5a499b4
commit
2d9d7dfbe3
1 changed files with 10 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
||||||
;; Test complet avec php 7.1
|
;; Test complet avec php 7.0
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
phpversion="7.1"
|
phpversion="7.0"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
@ -16,6 +16,14 @@
|
||||||
incorrect_path=0
|
incorrect_path=0
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
|
;; Test avec php 7.1
|
||||||
|
; Manifest
|
||||||
|
domain="domain.tld" (DOMAIN)
|
||||||
|
path="/path" (PATH)
|
||||||
|
phpversion="7.1"
|
||||||
|
; Checks
|
||||||
|
setup_sub_dir=1
|
||||||
|
backup_restore=1
|
||||||
;; Test avec php 7.2
|
;; Test avec php 7.2
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
|
@ -32,14 +40,6 @@
|
||||||
; Checks
|
; Checks
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
;; Test avec php 7.0
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld" (DOMAIN)
|
|
||||||
path="/path" (PATH)
|
|
||||||
phpversion="7.0"
|
|
||||||
; Checks
|
|
||||||
setup_sub_dir=1
|
|
||||||
backup_restore=1
|
|
||||||
;;; Levels
|
;;; Levels
|
||||||
Level 5=auto
|
Level 5=auto
|
||||||
;;; Options
|
;;; Options
|
||||||
|
|
Loading…
Add table
Reference in a new issue