[TASK] update and formatting

This commit is contained in:
TLRZ Seyfferth
2020-01-28 10:41:16 +01:00
parent 9c121fbcc5
commit 571576756e
41 changed files with 7430 additions and 21 deletions
+7 -5
View File
@@ -1,8 +1,10 @@
<?php // @codingStandardsIgnoreFile
<?php
// @codingStandardsIgnoreFile
/**
* This file is part of Pico. It's copyrighted by the contributors recorded
* in the version control history of the file, available from the following
* original location:
* original location:.
*
* <https://github.com/picocms/pico-composer/blob/master/index.php>
*
@@ -12,13 +14,13 @@
// load dependencies
// pico-composer MUST be installed as root package
if (is_file(__DIR__ . '/vendor/autoload.php')) {
require_once(__DIR__ . '/vendor/autoload.php');
if (is_file(__DIR__.'/vendor/autoload.php')) {
require_once __DIR__.'/vendor/autoload.php';
} else {
die("Cannot find 'vendor/autoload.php'. Run `composer install`.");
}
setlocale(LC_ALL, "de_DE@euro", 'de_DE', 'deu_deu');
setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'deu_deu');
// instance Pico
$pico = new Pico(