Slashblog
[ class tree: Slashblog ] [ index: Slashblog ] [ all elements ]

Procedural File: config.php

Source Location: /config.php



Page Details:

This file is meant to be run before everything else as the website loads. It contains constants defining paths and filenames, and includes everything the platform needs to work. No other files should be manually loaded on start.



Tags:

author:  Daniel Nordstrom <dnordstrom@mankindorganization.com>
link:  www.mrnordstrom.com
filesource:  Source Code for this file


Includes:

require_once('classes/dataitem.class.php') [line 40]
Initialization

To be loaded before anything else.


require_once('classes/blog.class.php') [line 43]
require_once('classes/datacontainer.class.php') [line 41]
require_once('classes/post.class.php') [line 42]





ADMIN_PASSWORD [line 18]

ADMIN_PASSWORD = md5($password)
Constants

For paths, filenames, static settings etc.



[ Top ]



DATA_STORAGE [line 31]

DATA_STORAGE = "XML"

[ Top ]



FILE_BLOG_POSTS [line 26]

FILE_BLOG_POSTS = "posts.txt"

[ Top ]



FILE_BLOG_POSTS_RSS [line 28]

FILE_BLOG_POSTS_RSS = "rss.xml"

[ Top ]



FILE_BLOG_POSTS_XML [line 27]

FILE_BLOG_POSTS_XML = "posts.xml"

[ Top ]



FILE_BLOG_SETTINGS [line 25]

FILE_BLOG_SETTINGS = "blog.txt"

[ Top ]



PATH_BASE [line 22]

PATH_BASE = "/home/17131/domains/dev.slashblogger.com/html/"

[ Top ]



PATH_DATA [line 21]

PATH_DATA = "data/"

[ Top ]




Documentation generated on Mon, 26 May 2008 19:59:41 +0100 by phpDocumentor 1.4.0