diff options
Diffstat (limited to 'intern.gospeladlershof.de')
| -rw-r--r-- | intern.gospeladlershof.de/code/deploy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/code/deploy.php b/intern.gospeladlershof.de/code/deploy.php index 7782984..15ca9c0 100644 --- a/intern.gospeladlershof.de/code/deploy.php +++ b/intern.gospeladlershof.de/code/deploy.php @@ -1,6 +1,6 @@ <?php -system('cd /home/horus/sites/gospeladlershof.de && make -s 2>&1 | mail -s "Hugo: gospeladlershof.de" status@iamfabulous.de', $retval); +system('cd /home/horus/app/gospeladlershof.de && make -s 2>&1 | mail -s "Hugo: gospeladlershof.de" status@iamfabulous.de', $retval); header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect"); if ( 0 !== $retval ) { |
