Исходник index.php wp

Discussion in 'Болталка' started by Dr0ning, 11 Nov 2010.

Thread Status:
Not open for further replies.
  1. Dr0ning

    Dr0ning New Member

    Joined:
    8 Sep 2010
    Messages:
    22
    Likes Received:
    2
    Reputations:
    0
    По накуре нечаянно удалил файл index.php из блога. Двиг wordpress. скиньте плиз кто нибудь исходник. Заранее спасибо.
     
  2. fl00der

    fl00der Moderator

    Joined:
    17 Dec 2008
    Messages:
    1,028
    Likes Received:
    310
    Reputations:
    86
    Скачай на сайте.
     
    _________________________
  3. moodoone

    moodoone Member

    Joined:
    21 Oct 2009
    Messages:
    144
    Likes Received:
    38
    Reputations:
    5
    Code:
    <?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
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');
    ?>
     
  4. Dr0ning

    Dr0ning New Member

    Joined:
    8 Sep 2010
    Messages:
    22
    Likes Received:
    2
    Reputations:
    0
    Спасибо:)
     
Thread Status:
Not open for further replies.