parent
0e609f7d10
commit
4c37172f60
@ -0,0 +1,8 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
/** |
||||||
|
* SPDX-License-Identifier: EUPL-1.2 |
||||||
|
* Authors: see /README.md |
||||||
|
*/ |
||||||
|
chdir(dirname(__DIR__)); |
||||||
|
include 'index.php'; |
@ -0,0 +1,8 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
/** |
||||||
|
* SPDX-License-Identifier: EUPL-1.2 |
||||||
|
* Authors: see /README.md |
||||||
|
*/ |
||||||
|
chdir(dirname(__DIR__,1)); |
||||||
|
include 'index.php'; |
@ -0,0 +1,8 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
/** |
||||||
|
* SPDX-License-Identifier: EUPL-1.2 |
||||||
|
* Authors: see /README.md |
||||||
|
*/ |
||||||
|
chdir(dirname(__DIR__)); |
||||||
|
include 'index.php'; |
Loading…
Reference in new issue