How can i change the (delayIndex = 9 customIntervalSecs = 275) at runtime? This is what I have (just first part) PHP Code: if [ "$QBW_EXEC_REASON" == "QBW_CLICK" ]; then if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then echo "OFF"; exit 0; else #MAKE CALL #delayIndex = 9 customIntervalSecs = 275 echo "ON"; exit 1; fi; fi;
if [ "$QBW_EXEC_REASON" == "QBW_CLICK" ]; then if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then echo "OFF"; exit 0; else #MAKE CALL #delayIndex = 9 customIntervalSecs = 275 echo "ON"; exit 1; fi; fi;