Subversion Repositories php-qbpwcf

Rev

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

Rev 169 Rev 180
Line 215... Line 215...
215
#禁止做任違反版權的事情,禁止在網頁按下滑鼠右鍵,禁止複製圖片,禁止開新分頁(失敗)
215
#禁止做任違反版權的事情,禁止在網頁按下滑鼠右鍵,禁止複製圖片,禁止開新分頁(失敗)
216
#回傳的內容:
216
#回傳的內容:
217
#保護版權的語法
217
#保護版權的語法
218
$conf=array();
218
$conf=array();
219
$copyRight=security::copyRight($conf);
219
$copyRight=security::copyRight($conf);
-
 
220
 
220
if($copyRight["status"]==="false")
221
if($copyRight["status"]==="false"){
221
{
222
 
222
	#debug
223
	#debug
223
	var_dump($copyRight);
224
	var_dump($copyRight);
224
	exit;
225
	exit;
-
 
226
 
-
 
227
	}#if end
225
}
228
	
226
echo $copyRight["content"];
229
echo $copyRight["content"];
227
unset($conf);
230
unset($conf);
228
 
231
 
229
#*/
232
#*/
230
 
233