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 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 74... Line 74...
74
	#無.
74
	#無.
75
	#備註:
75
	#備註:
76
	#無.
76
	#無.
77
	$record=logs::record($conf);
77
	$record=logs::record($conf);
78
	unset($conf);
78
	unset($conf);
79
	
79
 
80
	#結束執行
80
	#結束執行
81
	exit;
81
	exit;
82
 
82
 
83
	}#if end
83
	}#if end
84
 
84
 
Line 110... Line 110...
110
unset($conf);
110
unset($conf);
111
 
111
 
112
#印出 json
112
#印出 json
113
echo json_encode($server["content"]);
113
echo json_encode($server["content"]);
114
 
114
 
115
?>
-
 
116
115
?>
-
 
116