Subversion Repositories php-qbpwcf

Rev

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

Rev 3 Rev 226
Line 2... Line 2...
2
<?php
2
<?php
3
 
3
 
4
/*
4
/*
5
 
5
 
6
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
7
    Copyright (C) 2015~2024 Min-Jhin,Chen
7
    Copyright (C) 2014~2025 MIN ZHI, CHEN
8
 
8
 
9
    This file is part of QBPWCF.
9
    This file is part of QBPWCF.
10
 
10
 
11
    QBPWCF is free software: you can redistribute it and/or modify
11
    QBPWCF is free software: you can redistribute it and/or modify
12
    it under the terms of the GNU General Public License as published by
12
    it under the terms of the GNU General Public License as published by
Line 64... Line 64...
64
	#結束執行,回傳shell 1.
64
	#結束執行,回傳shell 1.
65
	exit(1);
65
	exit(1);
66
 
66
 
67
	}#if end
67
	}#if end
68
 
68
 
69
#設置 include path 
69
#設置 include path
70
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
70
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
71
 
71
 
72
#匯入外部套件
72
#匯入外部套件
73
include("allInOne.php");
73
include("allInOne.php");
74
 
74