<?php
header("Content-type: text/plain");
require_once("../conf.php");
echo $CC_CONFIG['storageDir']."\n";
?>