login | register
Sun 14 of Mar, 2010 (02:51 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheRSS feedPrint

How do I display a standard error page?

by Stephan Borg
Friday 01 of July, 2005
Posted to Developer's FAQ
Very simple:
$gBitSystem->fatalError( "Any error message you want" )

Comments