File: /var/www/vhosts/vietnguyenvn.vinawebs.com.vn/vattusacky.vn/httpdocs/old65/old159/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
//SESSION_START();
//if($_GET['sky'] != '' || $_SESSION['sky'] != '') {
//$_SESSION['sky'] = 1;
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
//} else {
//echo '<div style="text-align: center;padding-top: 20px;"><img src="/website-update.png" /></div>';
?>
<?php //} ?>