Subversion Repositories php-qbpwcf

Rev

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

Rev 81 Rev 224
Line 2... Line 2...
2
<?php
2
<?php
3
 
3
 
4
/*
4
/*
5
 
5
 
6
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
7
    Copyright (C) 2014~2025 Min-Jhin,Chen
7
    Copyright (C) 2014~2025 MIN ZHI, CHEN
8
 
8
 
9
    This file is part of QBPWCF.
9
    This file is part of QBPWCF.
10
 
10
 
11
    QBPWCF is free software: you can redistribute it and/or modify
11
    QBPWCF is free software: you can redistribute it and/or modify
12
    it under the terms of the GNU General Public License as published by
12
    it under the terms of the GNU General Public License as published by
Line 72... Line 72...
72
	#無.
72
	#無.
73
	#備註:
73
	#備註:
74
	#無.
74
	#無.
75
	$record=logs::record($conf);
75
	$record=logs::record($conf);
76
	unset($conf);
76
	unset($conf);
77
	
77
 
78
	#如果寫log失敗
78
	#如果寫log失敗
79
	if($record["status"]==="false"){
79
	if($record["status"]==="false"){
80
	
80
 
81
		#印出結果
81
		#印出結果
82
		var_dump($record);
82
		var_dump($record);
83
	
83
 
84
		}#if end
84
		}#if end
85
	
85
 
86
	#結束執行,回傳錯誤代碼1
86
	#結束執行,回傳錯誤代碼1
87
	exit(1);
87
	exit(1);
88
 
88
 
89
	}#if end
89
	}#if end
90
	
90
 
91
#debug
91
#debug
92
var_dump($utf7_imap_to_utf8);
-
 
93
92
var_dump($utf7_imap_to_utf8);
-
 
93