Project

General

Profile

« Previous | Next » 

Revision 395

Added by Matthias over 17 years ago

Fixed the possibility to call the index.php of the templates directly in the browser (#291)

View differences:

index.php
23 23

  
24 24
*/
25 25

  
26
if(!defined('WB_URL')) {
27
	header('Location: ../index.php');
28
	exit(0);
29
}
30

  
26 31
page_content();
27 32

  
28 33
?>

Also available in: Unified diff