aboutsummaryrefslogtreecommitdiff
path: root/model/Schedule.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-25 21:32:53 +0100
committerMaZderMind2015-12-25 21:32:53 +0100
commit2349062a3cc6bfa7d480334a592d6031e8ea50bf (patch)
treed5167ed7cba5612ce62fa28c70a7a3bc4c4aafbc /model/Schedule.php
parent79a4f1adadb0edde624a06b16bd9ea9c29c25a2a (diff)
also change C3Voc to all uppercase C3VOC
Diffstat (limited to '')
-rw-r--r--model/Schedule.php2
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);