Просмотр файла wap/index.php

Размер файла: 270B
<?php

require_once('wap-config.php');

_wp('pagename=&category_name=&attachment=&name=&static=&subpost=&post_type=post&page_id=');
if ( get_option("wap_wml_11") == 'yes' ):
	header("location:index-wap.php");
else:
	header("location:index-wap2.php");
endif;
?>