HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //tmp/cs-sound-ready-payload.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/bootstrap.php
@@
         'brief_id' => (string) ($brief['brief_id'] ?? ''),
         'template_id' => (string) ($brief['template_id'] ?? ''),
         'template_label' => (string) ($brief['template_label'] ?? ''),
+        'delivery_mode' => (string) ($brief['delivery_mode'] ?? 'photo_media_upload'),
+        'delivery_label' => (string) ($brief['delivery_label'] ?? ''),
         'status' => (string) ($brief['status'] ?? ''),
         'image_count' => (int) ($brief['image_count'] ?? 0),
@@
         'cover_index' => (int) ($brief['cover_index'] ?? 0),
         'title_hash' => (string) ($brief['title_hash'] ?? ''),
         'description_hash' => (string) ($brief['description_hash'] ?? ''),
+        'cta_host' => (string) ($brief['cta_host'] ?? ''),
+        'cta_url_hash' => (string) ($brief['cta_url_hash'] ?? ''),
+        'sound_direction_hash' => (string) ($brief['sound_direction_hash'] ?? ''),
+        'visible_url_required' => !empty($brief['visible_url_required']),
+        'qr_required' => !empty($brief['qr_required']),
+        'ai_disclosure_required' => !empty($brief['ai_disclosure_required']),
+        'editor_aigc_switch_required' => !empty($brief['editor_aigc_switch_required']),
+        'mp4_workaround_required' => !empty($brief['mp4_workaround_required']),
         'agency_review' => is_array($brief['agency_review'] ?? null) ? $brief['agency_review'] : [],
*** End Patch