This repository was archived by the owner on Mar 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 - docker
33
44before_script :
5- - rm -rf .github/ .git/ .gitignore *.md .htaccess ./*/.htaccess docker-compose.*
5+ - rm -rf .github/ .git/ .gitignore *.md .htaccess ./*/.htaccess docker-compose.* updateLibraries.php
66
77jobs :
88 include :
Original file line number Diff line number Diff line change 4040 - one may remove the folder `/.github/*`
4141 - one may remove all in Markdown files `/*.md`
4242 - if not using Apache, the `.htaccess` can be removed
43+ - remove the `updateLibraries.php`
43443 . Make sure the follwing directories can not be accessed
4445 - if using Apache done by the `/core/.htaccess`, `/data/.htaccess` provided
4546 - if using NGINX, see the configuation below [↓ NGINX Configuration](#nginx-configuration)
Original file line number Diff line number Diff line change 11latest
2- 1.2.6
2+ 1.2.7
331.2
441
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Utilities {
1616 /**
1717 * The system's Version
1818 */
19- const SYS_VERSION = 'v1.2.6 ' ;
19+ const SYS_VERSION = 'v1.2.7 ' ;
2020
2121 /**
2222 * Possible chars for:
You can’t perform that action at this time.
0 commit comments