sogosync integration on SME Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
447 B

13 years ago
define('BASE_PATH', dirname($_SERVER['SCRIPT_FILENAME']) . "/");
define('STATE_DIR', '/var/lib/sogosync');
ini_set('include_path',
BASE_PATH. "include/" . PATH_SEPARATOR .
BASE_PATH. PATH_SEPARATOR .
ini_get('include_path') . PATH_SEPARATOR .
"/usr/share/php/" . PATH_SEPARATOR .
"/usr/share/php5/" . PATH_SEPARATOR .
"/usr/share/pear/" . PATH_SEPARATOR .
"/usr/share/awl/inc");