Make WordPress Core

Changeset 1577


Ignore:
Timestamp:
08/30/2004 08:02:10 PM (21 years ago)
Author:
saxmatt
Message:

Eliminating some cruft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r1330 r1577  
    11<?php
    2 /** WordPress's config file **/
    3 /** http://wordpress.org/   **/
    4 
    52// ** MySQL settings ** //
    63define('DB_NAME', 'wordpress');     // The name of the database
     
    107
    118// Change the prefix if you want to have multiple blogs in a single database.
    12 
    139$table_prefix  = 'wp_';   // example: 'wp_' or 'b2' or 'mylogin_'
    1410
     
    2117/* Stop editing */
    2218
    23 $server = DB_HOST;
    24 $loginsql = DB_USER;
    25 $passsql = DB_PASSWORD;
    26 $base = DB_NAME;
    27 
    2819define('ABSPATH', dirname(__FILE__).'/');
    29 
    30 // Get everything else
    3120require_once(ABSPATH.'wp-settings.php');
    3221?>
Note: See TracChangeset for help on using the changeset viewer.