Project

General

Profile

« Previous | Next » 

Revision 250

Added by ryan over 18 years ago

Added Captcha to News module

View differences:

initialize.php
23 23

  
24 24
*/
25 25
 
26
if (file_exists(WB_PATH.'/framework/class.database.php'))
27
{
26
if (file_exists(WB_PATH.'/framework/class.database.php')) {
27
	
28 28
	require_once(WB_PATH.'/framework/class.database.php');
29 29
		
30 30
	// Create database class
......
100 100
		
101 101
}
102 102

  
103
?>
103
?>

Also available in: Unified diff