Procedural File: error.php

Source Location: /error.php ( Revision Log )

Page Details

error.php - used by htaccess to display nice urls

License:  GNU General Public License
Copyright:  The bBlog Project, http://www.bblog.com/
Version:  $Id: $
Author:  bBlog Weblog, http://www.bblog.com/ - last modified by $LastChangedBy: $
Includes
require_once (LIBRARY) [line 89]
[ Top ]

require_once (DIR_CUR.'index.php') [line 126]
[ Top ]


Constants
DIR_BBLOG  [line 50]

DIR_BBLOG = dirname(__FILE__).DIR_SEP.'bblog'.DIR_SEP

Need a short description of this constant

API Tags:
Name:  DIR_BBLOG


[ Top ]

DIR_CUR  [line 44]

DIR_CUR = dirname(__FILE__).DIR_SEP

Need a short description of this constant

API Tags:
Name:  DIR_CUR


[ Top ]

DIR_IMG_MAIN  [line 56]

DIR_IMG_MAIN = DIR_BBLOG.'pbimages'.DIR_SEP

Need a short description of this constant

API Tags:
Name:  DIR_IMG_MAIN


[ Top ]

DIR_LIBS  [line 74]

DIR_LIBS = DIR_BBLOG.'libs'.DIR_SEP

Need a short description of this constant

API Tags:
Name:  DIR_LIBS


[ Top ]

DIR_RESIZED  [line 62]

DIR_RESIZED = DIR_IMG_MAIN.'thumbs'.DIR_SEP

Need a short description of this constant

API Tags:
Name:  DIR_RESIZED


[ Top ]

DIR_SEP  [line 38]

DIR_SEP = DIRECTORY_SEPARATOR

Need a short description of this constant

API Tags:
Name:  DIR_SEP


[ Top ]

DIR_WM  [line 68]

DIR_WM = DIR_IMG_MAIN.'watermark'.DIR_SEP

Need a short description of this constant

API Tags:
Name:  DIR_WM


[ Top ]

LIBRARY  [line 80]

LIBRARY = DIR_LIBS.'image.php'

Need a short description of this constant

API Tags:
Name:  LIBRARY


[ Top ]

PARSER  [line 86]

PARSER = DIR_LIBS.'parser.php'

Need a short description of this constant

API Tags:
Name:  PARSER


[ Top ]

RESIZE  [line 16]

RESIZE = '/(\W*)(\d+)-(\d+)x(\d+)(k*)(\.(png|jpg|gif))$/i'
API Tags:
Name:  RESIZE


[ Top ]

WATERMARK  [line 21]

WATERMARK = '/(\W*)(\d+)-wm.jpg$/i'
API Tags:
Name:  WATERMARK


[ Top ]