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 1... Line 1...
1
 
1
 
2
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
2
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
3
    Copyright (C) 2015~2024 Min-Jhin,Chen
3
    Copyright (C) 2014~2025 MIN ZHI, CHEN
4
 
4
 
5
    This file is part of QBPWCF.
5
    This file is part of QBPWCF.
6
 
6
 
7
    QBPWCF is free software: you can redistribute it and/or modify
7
    QBPWCF is free software: you can redistribute it and/or modify
8
    it under the terms of the GNU General Public License as published by
8
    it under the terms of the GNU General Public License as published by
Line 28... Line 28...
28
#https://www.php.net/manual/en/function.pathinfo.php
28
#https://www.php.net/manual/en/function.pathinfo.php
29
exec("cd ".pathinfo(__FILE__)["dirname"]."/../../;pwd;",$output,$status);
29
exec("cd ".pathinfo(__FILE__)["dirname"]."/../../;pwd;",$output,$status);
30
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
30
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
31
 
31
 
32
#匯入外部套件
32
#匯入外部套件
33
include("allInOne.php");
-
 
34
33
include("allInOne.php");
-
 
34