root/extras/trunk/activity/ip_root/plugins/activity/adm/admin_activity.php

140169
32
	return;
32
	return;
33
}
33
}
34
34
35
// Let's set the root dir for phpBB
35
// Load default Header
36
if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './../../../');
36
if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './../../../');
37
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
37
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
38
require(IP_ROOT_PATH . 'adm/pagestart.' . PHP_EXT);
38
require(IP_ROOT_PATH . 'adm/pagestart.' . PHP_EXT);