diff options
author | MaZderMind | 2015-12-25 21:32:53 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-25 21:32:53 +0100 |
commit | 2349062a3cc6bfa7d480334a592d6031e8ea50bf (patch) | |
tree | d5167ed7cba5612ce62fa28c70a7a3bc4c4aafbc /model/Schedule.php | |
parent | 79a4f1adadb0edde624a06b16bd9ea9c29c25a2a (diff) |
also change C3Voc to all uppercase C3VOC
Diffstat (limited to 'model/Schedule.php')
-rw-r--r-- | model/Schedule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Schedule.php b/model/Schedule.php index d4e9acc..f384467 100644 --- a/model/Schedule.php +++ b/model/Schedule.php @@ -28,7 +28,7 @@ class Schedule extends ModelBase $opts = array( 'http' => array( 'timeout' => 2, - 'user_agent' => 'C3Voc Universal Streaming-Website Backend @ '.$_SERVER['HTTP_HOST'], + 'user_agent' => 'C3VOC Universal Streaming-Website Backend @ '.$_SERVER['HTTP_HOST'], ) ); $context = stream_context_create($opts); |