PHP Classes

File: include/config.inc.php

Recommend this page to a friend!
  Classes of Milan Jankovic   Clean Blog OOP PHP PDO   include/config.inc.php   Download  
File: include/config.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Clean Blog OOP PHP PDO
Publish pages of a blog system
Author: By
Last change:
Date: 2 days ago
Size: 405 bytes
 

Contents

Class file image Download
<?php

/* SERVER SETTINGS
________________________________ */

define ( 'HOST' , 'localhost');
define ( 'DBNAME' , 'clean-blog');
define ( 'USERNAME' , 'root');
define ( 'PASSWORD' , '');

/* SERVER SETTINGS
________________________________ */
define ( 'SITE_NAME' , 'Clean Blog');
define ( 'SITE_DESCRIPTION' , 'Simple blog by Milan Jankovi?');
define ( 'SITE_ADMIN' , 'Milan Jankovi?');