Subversion Repositories php-qbpwcf

Rev

Rev 100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 226
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 
4
 
5
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
5
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
    Copyright (C) 2015~2024 Min-Jhin,Chen
6
    Copyright (C) 2014~2025 MIN ZHI, CHEN
7
 
7
 
8
    This file is part of QBPWCF.
8
    This file is part of QBPWCF.
9
 
9
 
10
    QBPWCF is free software: you can redistribute it and/or modify
10
    QBPWCF is free software: you can redistribute it and/or modify
11
    it under the terms of the GNU General Public License as published by
11
    it under the terms of the GNU General Public License as published by
Line 84... Line 84...
84
$daemon=autoService::daemon($conf);
84
$daemon=autoService::daemon($conf);
85
unset($conf);
85
unset($conf);
86
 
86
 
87
#如果執行失敗
87
#如果執行失敗
88
if($daemon["status"]==="false"){
88
if($daemon["status"]==="false"){
89
	
89
 
90
	#印出結果
90
	#印出結果
91
	var_dump($daemon);
91
	var_dump($daemon);
92
	
92
 
93
	#結束執行回傳1
93
	#結束執行回傳1
94
	exit(1);
94
	exit(1);
95
	
95
 
96
	}#if end
96
	}#if end
97
 
97
 
98
#debug
98
#debug
99
var_dump($daemon);
99
var_dump($daemon);
100
 
100