diff options
| author | Horus | 2016-09-27 22:07:03 +0200 |
|---|---|---|
| committer | Horus | 2016-09-27 22:07:03 +0200 |
| commit | 51293a00d0728b4fbdf9a6f789a592e855bcd692 (patch) | |
| tree | 139ca901e044e8f19968cd5ec5cdcfdc6a03856d | |
| parent | 4d89a18e0579783bb9a221f71d42630c6d79d3f6 (diff) | |
| download | gospeladlershof.de-51293a00d0728b4fbdf9a6f789a592e855bcd692.tar.gz | |
2 Bugfix
| -rw-r--r-- | gospeladlershof.de/layouts/index.html | 2 | ||||
| -rw-r--r-- | intern.gospeladlershof.de/code/deploy.php | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gospeladlershof.de/layouts/index.html b/gospeladlershof.de/layouts/index.html index 7887db4..f0df949 100644 --- a/gospeladlershof.de/layouts/index.html +++ b/gospeladlershof.de/layouts/index.html @@ -1,5 +1,5 @@ {{ $termine := getJSON "https://www.gospeladlershof.de/" "api/v1/termine" }} -{{partial "header.tmpl" $termine }} +{{partial "header.tmpl" . }} <script src="js/lazyload.min.js"></script> {{partial "navbar.tmpl" .}} diff --git a/intern.gospeladlershof.de/code/deploy.php b/intern.gospeladlershof.de/code/deploy.php index 1d04021..7782984 100644 --- a/intern.gospeladlershof.de/code/deploy.php +++ b/intern.gospeladlershof.de/code/deploy.php @@ -1,7 +1,5 @@ <?php -require __DIR__ . '/session.php'; - system('cd /home/horus/sites/gospeladlershof.de && make -s 2>&1 | mail -s "Hugo: gospeladlershof.de" status@iamfabulous.de', $retval); header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect"); |
