Subversion Repositories php-qbpwcf

Rev

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

Rev 207 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~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 115... Line 115...
115
 
115
 
116
		}#if end
116
		}#if end
117
 
117
 
118
	#儲存lib path
118
	#儲存lib path
119
	$folderOfUsrLib=$output[0];
119
	$folderOfUsrLib=$output[0];
120
	
120
 
121
	}#if end
121
	}#if end
122
 
122
 
123
#匯入自建的php類別檔
123
#匯入自建的php類別檔
124
require_once("amazon.php"); #跟 amazon 互動的類別
124
require_once("amazon.php"); #跟 amazon 互動的類別
125
require_once("analyse.php"); #跟問卷整理分析有關的類別
125
require_once("analyse.php"); #跟問卷整理分析有關的類別
Line 274... Line 274...
274
#如果建立 qbpwcf 用的 js 語法失敗
274
#如果建立 qbpwcf 用的 js 語法失敗
275
if($qbpwcfJavaScript["status"]==="false"){
275
if($qbpwcfJavaScript["status"]==="false"){
276
 
276
 
277
	#debug
277
	#debug
278
	var_dump($qbpwcfJavaScript);
278
	var_dump($qbpwcfJavaScript);
279
	
279
 
280
	#結束執行
280
	#結束執行
281
	exit;
281
	exit;
282
 
282
 
283
	}#if end
283
	}#if end
284
 
284
 
Line 309... Line 309...
309
#如果執行異常
309
#如果執行異常
310
if($setBodyFont["status"]==="false"){
310
if($setBodyFont["status"]==="false"){
311
 
311
 
312
	#debug
312
	#debug
313
	var_dump($setBodyFont);
313
	var_dump($setBodyFont);
314
	
314
 
315
	#結束執行
315
	#結束執行
316
	exit;
316
	exit;
317
 
317
 
318
	}#if end
318
	}#if end
319
 
319
 
Line 567... Line 567...
567
	#debug
567
	#debug
568
	var_dump($changeSettings);exit(1);
568
	var_dump($changeSettings);exit(1);
569
 
569
 
570
	}#if end
570
	}#if end
571
 
571
 
572
?>
-
 
573
572
?>
-
 
573