File "index.php"

Full Path: /home/ozbarhaber/public_html/19052025___siteeee/wp-content/themes/anka/safirpanel/index.php
File size: 545 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
$safirPHPVersion = phpversion();
if(strlen($safirPHPVersion) >=3) $safirPHPVersion = substr($safirPHPVersion, 0, 3);
switch ($safirPHPVersion) {
	case '8.2':
		include(get_template_directory() . "/safirpanel/files/php.8.2.php");
		break;

	case '8.1':
		include(get_template_directory() . "/safirpanel/files/php.8.1.php");
		break;

	case '7.4':
		include(get_template_directory() . "/safirpanel/files/php.7.4.php");
		break;

	default:
		include(get_template_directory() . "/safirpanel/files/php.7.3.php");
		break;
}