Subversion Repositories php-qbpwcf

Rev

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

Rev 220 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) 2014~2025 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 48... Line 48...
48
#如果執行失敗
48
#如果執行失敗
49
if($uuid["status"]==="false"){
49
if($uuid["status"]==="false"){
50
 
50
 
51
	#debug
51
	#debug
52
	var_dump($uuid);
52
	var_dump($uuid);
53
	
53
 
54
	#結束執行回傳代碼1給shell
54
	#結束執行回傳代碼1給shell
55
	exit(1);
55
	exit(1);
56
 
56
 
57
	}#if end
57
	}#if end
58
 
58
 
Line 103... Line 103...
103
#無.
103
#無.
104
$updateCopyRightYear=phpLib::updateCopyRightYear($conf);
104
$updateCopyRightYear=phpLib::updateCopyRightYear($conf);
105
unset($conf);
105
unset($conf);
106
 
106
 
107
#debug
107
#debug
108
var_dump($updateCopyRightYear);
-
 
109
108
var_dump($updateCopyRightYear);
-
 
109