OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 
3 define('OX_IS_ADMIN', true);
4 define('OX_ADMIN_DIR', basename(dirname(__FILE__)));
5 
6 // Includes main index.php file
7 require_once dirname(__FILE__) . "/../index.php";