Subversion Repositories php-qbpwcf

Rev

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

Rev 98 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 141... Line 141...
141
	#無.
141
	#無.
142
	#備註:
142
	#備註:
143
	#無.
143
	#無.
144
	$record=logs::record($conf);
144
	$record=logs::record($conf);
145
	unset($conf);
145
	unset($conf);
146
	
146
 
147
	#結束執行
147
	#結束執行
148
	exit;
148
	exit;
149
 
149
 
150
	}#if end
150
	}#if end
151
	
151
 
152
#印出語法
152
#印出語法
153
echo $openWindow["content"];
-
 
154
153
echo $openWindow["content"];
-
 
154