This commit is contained in:
Dennis Eichhorn 2024-01-30 21:29:20 +00:00
parent a4fd24597f
commit e0e06144e7
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ foreach ($modules as $module) {
foreach ($models as $model) { foreach ($models as $model) {
if ($model === '..' || $model === '.' if ($model === '..' || $model === '.'
|| \stripos($model, 'Null') !== 0 || !\str_starts_with($model, 'Null')
) { ) {
continue; continue;
} }

View File

@ -37,7 +37,7 @@ service fail2ban restart
## Web ## Web
############################################################### ###############################################################
apt-get install php8.1 php8.1-dev php8.1-cli php8.1-common php8.1-mysql php8.1-pgsql php8.1-xdebug php8.1-opcache php8.1-pdo php8.1-sqlite php8.1-mbstring php8.1-curl php8.1-imap php8.1-bcmath php8.1-zip php8.1-dom php8.1-xml php8.1-phar php8.1-gd php-pear apache2 libapache2-mpm-itk apache2-utils mariadb-server mariadb-client wkhtmltopdf tesseract-ocr poppler-utils apt-get install php8.1 php8.1-dev php8.1-cli php8.1-common php8.1-mysql php8.1-pgsql php8.1-xdebug php8.1-opcache php8.1-pdo php8.1-sqlite php8.1-mbstring php8.1-curl php8.1-imap php8.1-bcmath php8.1-zip php8.1-dom php8.1-xml php8.1-phar php8.1-gd php-pear apache2 libapache2-mpm-itk apache2-utils mariadb-server mariadb-client wkhtmltopdf tesseract-ocr poppler-utils imagemagick
pecl install pcov pecl install pcov
#echo "extension=pcov.so" > /etc/php/cli/conf.d/20-xdebug.ini #echo "extension=pcov.so" > /etc/php/cli/conf.d/20-xdebug.ini