00001 <?php 00002 00003 00009 if ( !function_exists( 'isAdmin' )) { 00010 function isAdmin() 00011 { 00012 return true; 00013 } 00014 } 00015 00016 // Includes main index.php file 00017 require_once "../index.php";