Subversion Repositories php-qbpwcf

Rev

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

Rev 99 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 101... Line 101...
101
	#無.
101
	#無.
102
	#備註:
102
	#備註:
103
	#無.
103
	#無.
104
	$record=logs::record($conf);
104
	$record=logs::record($conf);
105
	unset($conf);
105
	unset($conf);
106
	
106
 
107
	#結束執行
107
	#結束執行
108
	exit;
108
	exit;
109
 
109
 
110
	}#if end
110
	}#if end
111
 
111
 
112
#印出 json
112
#印出 json
113
echo json_encode($getServerRealIP);
113
echo json_encode($getServerRealIP);
114
 
114
 
115
?>
-
 
116
115
?>
-
 
116