Subversion Repositories php-qbpwcf

Rev

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

Rev 81 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 102... Line 102...
102
#無.
102
#無.
103
$updateCopyRightYear=phpLib::updateCopyRightYear($conf);
103
$updateCopyRightYear=phpLib::updateCopyRightYear($conf);
104
unset($conf);
104
unset($conf);
105
 
105
 
106
#debug
106
#debug
107
var_dump($updateCopyRightYear);
-
 
108
107
var_dump($updateCopyRightYear);
-
 
108