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 "../index.php";

Generated by  doxygen 1.6.2