Go to the source code of this file.
Variables | |
| $base = dirname(__DIR__, 4) | |
| Installiert die 84-Sekunden-Animation auf der Startseite des Doku-Portals. | |
| $_SERVER ['REQUEST_URI'] = '/dbxapp-docs/' | |
| $_SERVER ['HTTP_HOST'] = 'localhost' | |
| $_SERVER ['HTTPS'] = 'on' | |
| $_SERVER ['SCRIPT_NAME'] = '/dbxapp-docs/index.php' | |
| const | dbxSystem 'dbxWebApp' |
| const | dbxRunAsAdmin 1 |
| $db = dbx()->get_system_obj('dbxDB') | |
| $contentDd = 'dbx|content_de' | |
| $usageDd = 'dbx|dbxMediaUsage' | |
| $cinematicFile = $base . '/dbx/modules/dbxDocs/content/dbxapp_home_cinematic.html' | |
| $cinematic = is_file($cinematicFile) ? trim((string)file_get_contents($cinematicFile)) : '' | |
| if($cinematic===''||!str_contains($cinematic, 'data-dbx-cinema')) | $page |
| $pageId = (int)($page['id'] ?? 0) | |
| if($pageId<=0) | $content = (string)($page['content'] ?? '') |
| if($db->update($contentDd, array('content'=> $content), $pageId, 0, 1, 0, 1) !==1) | $disabled = 0 |
| $usages | |
| $_SERVER[ 'HTTP_HOST'] = 'localhost' |
Definition at line 15 of file update_docs_home_cinematic_20260728.php.
| $_SERVER[ 'HTTPS'] = 'on' |
Definition at line 16 of file update_docs_home_cinematic_20260728.php.
| $_SERVER[ 'REQUEST_URI'] = '/dbxapp-docs/' |
Definition at line 14 of file update_docs_home_cinematic_20260728.php.
| $_SERVER[ 'SCRIPT_NAME'] = '/dbxapp-docs/index.php' |
Definition at line 17 of file update_docs_home_cinematic_20260728.php.
| $base = dirname(__DIR__, 4) |
Installiert die 84-Sekunden-Animation auf der Startseite des Doku-Portals.
Die drei bisherigen Galerie-Zuordnungen werden nur deaktiviert. Medien und Zuordnungen bleiben erhalten und können im CMS später wieder aktiviert werden. Alle Datenbankzugriffe erfolgen ausschließlich über dbxDB und DDs.
Definition at line 12 of file update_docs_home_cinematic_20260728.php.
| $cinematic = is_file($cinematicFile) ? trim((string)file_get_contents($cinematicFile)) : '' |
Definition at line 32 of file update_docs_home_cinematic_20260728.php.
| $cinematicFile = $base . '/dbx/modules/dbxDocs/content/dbxapp_home_cinematic.html' |
Definition at line 31 of file update_docs_home_cinematic_20260728.php.
| $content = (string)($page['content'] ?? '') |
Definition at line 49 of file update_docs_home_cinematic_20260728.php.
| $contentDd = 'dbx|content_de' |
Definition at line 29 of file update_docs_home_cinematic_20260728.php.
Definition at line 28 of file update_docs_home_cinematic_20260728.php.
| if ( $db->update( $contentDd, array( 'content'=> $content), $pageId, 0, 1, 0, 1) !==1) $disabled = 0 |
Definition at line 69 of file update_docs_home_cinematic_20260728.php.
Referenced by dbxUpload\function_enabled().
Definition at line 38 of file update_docs_home_cinematic_20260728.php.
Referenced by dbxReport\apply_tabulurator_request(), dbxWebApp\check_design(), dbx_is_page(), dbxWebApp\design_load(), dbxReport\fast_response_rows_json(), dbxTPL\get_design_tpl(), is_design(), login(), dbx\dbxKi\dbxKiBriefingService\renderPageUpdateForm(), dbxReport\rpt_merge_obj(), dbx\dbxMenu\run(), dbx\myLKW\myLKW_report\run(), dbxWebApp\run(), and dbxSession\save_session().
| $pageId = (int)($page['id'] ?? 0) |
Definition at line 44 of file update_docs_home_cinematic_20260728.php.
| $usageDd = 'dbx|dbxMediaUsage' |
Definition at line 30 of file update_docs_home_cinematic_20260728.php.
| $usages |
Definition at line 70 of file update_docs_home_cinematic_20260728.php.
Referenced by dbx\dbxContent_admin\dbxContent_sections\media_next_record().
| const dbxRunAsAdmin 1 |
Definition at line 20 of file update_docs_home_cinematic_20260728.php.
| const dbxSystem 'dbxWebApp' |
Definition at line 19 of file update_docs_home_cinematic_20260728.php.