index.php

Go to the documentation of this file.
00001 <?php
00002 
00003 define('OX_IS_ADMIN', true);
00004 define('OX_ADMIN_DIR', basename(dirname(__FILE__)));
00005 
00006 // Includes main index.php file
00007 require_once dirname(__FILE__) . "/../index.php";