Skip to content

Commit

Permalink
Remove Shuttle, hunger and cleanup donations. Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kordianbruck committed Jul 18, 2023
1 parent 8da3a93 commit 7331519
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 1,348 deletions.
5 changes: 0 additions & 5 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ RewriteEngine On
#Ignore direct access to the redirect folder
RewriteRule ^redirect - [L,NC]

RewriteEngine on
RewriteCond %{HTTP_HOST} hunger.tum.sexy [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /hunger/index.php [END]

RewriteCond %{HTTP_HOST} !^tum.sexy [NC]
RewriteCond %{HTTP_HOST} !^www.tum.sexy [NC]
RewriteCond %{REQUEST_FILENAME} !-f
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ RUN composer install --no-dev

FROM php:8.2.7-apache
RUN a2enmod rewrite
RUN pecl install APCu-5.1.19
RUN docker-php-ext-enable apcu

WORKDIR /var/www/html/
COPY ./ /var/www/html/
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"test": "phpunit"
},
"require": {
"twig/twig": "^3.3",
"tum-dev/fmeat": "^3.0.2"
"twig/twig": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "~9.5"
Expand Down
Loading

0 comments on commit 7331519

Please sign in to comment.