diff --git a/default.inc b/default.inc index 9738f63..c9bb158 100755 --- a/default.inc +++ b/default.inc @@ -194,9 +194,7 @@ push_to_mobile(){ else PRIORITY=0 fi - APP_TOKEN="aoy7mn74ddfk7ub2tv726zkjfjpxvh" - USER_TOKEN="ubt1csryf5rwa1j96de8revt2fvw4j" - wget https://api.pushover.net/1/messages.json --post-data="token=$APP_TOKEN&user=$USER_TOKEN&message=$MESSAGE&title=$TITLE&priority=$PRIORITY" -qO- > /dev/null 2>&1 & + wget https://api.pushover.net/1/messages.json --post-data="token=$PUSHOVER_APP_TOKEN&user=$PUSHOVER_USER_TOKEN&message=$MESSAGE&title=$TITLE&priority=$PRIORITY" -qO- > /dev/null 2>&1 & }