aboutsummaryrefslogtreecommitdiff
path: root/mod/test/index.php
blob: e502ae790ef24368f5417ee83d9b50c14f68288e (plain)
1
2
3
4
5
6
7
8
9
<?php

	require_once("../../engine/start.php");
	
	global $CONFIG;
	
	var_export($CONFIG);

?>