index.php

Go to the documentation of this file.
00001 <?php
00002 
00003 
00004 if ( !function_exists( 'isAdmin' )) {
00005 
00011     function isAdmin()
00012     {
00013         return true;
00014     }
00015 }
00016 
00017 // Includes main index.php file
00018 require_once dirname(__FILE__)."/../index.php";