<?php $CS_URL_PREPEND = '../'; require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CS.class.php'); require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CSDevice.class.php'); require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CSConfig.class.php'); require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CSFileDiff.class.php'); require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CSTreeView.class.php'); require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CSForm.class.php'); require_once($_SERVER['APPL_PHYSICAL_PATH'].'/inc/CSAlert.class.php'); ?>