diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Commands/Twillo/PrivateKeys.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Commands/Twillo/PrivateKeys.php b/cli/Commands/Twillo/PrivateKeys.php index 830df9f..06dd121 100644 --- a/cli/Commands/Twillo/PrivateKeys.php +++ b/cli/Commands/Twillo/PrivateKeys.php @@ -25,8 +25,8 @@ final class PrivateKeys extends AbstractCommand { $io = new SymfonyStyle($input, $output); $appId = str_replace(' ', '-', Config::get()->UNI_NAME_CLEAN); - $privateKey = $GLOBALS['ABSOLUTE_PATH_STUDIP'] . '/config/twillo-private.key'; - $properties = $GLOBALS['ABSOLUTE_PATH_STUDIP'] . '/config/twillo.properties.xml'; + $privateKey = $GLOBALS['STUDIP_BASE_PATH'] . '/config/twillo-private.key'; + $properties = $GLOBALS['STUDIP_BASE_PATH'] . '/config/twillo.properties.xml'; if (!file_exists($privateKey)) { $key = EduSharingHelper::generateKeyPair(); |
