dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxContent_bootstrap_sync.php
Go to the documentation of this file.
1<?php
5if (defined('DBXCONTENT_BOOTSTRAP_SYNC')) {
6 return;
7}
8define('DBXCONTENT_BOOTSTRAP_SYNC', 1);
9
10$dir = __DIR__;
11require_once $dir . '/dbxContent_bootstrap.php';
12require_once $dir . '/dbxContentTranslate.class.php';
13require_once $dir . '/dbxContent_permalink.class.php';
14require_once $dir . '/dbxContentLngSync.class.php';
15require_once $dir . '/dbxContentHome.class.php';
16
17?>