sintonia/utils/getStorPath.php
paul.baranowski 2ece374513 CC-1695 Remove Campcaster Studio and make install easier
Fixed references to files for new directory structure for the backend stuff.
2010-09-30 16:59:38 -04:00

6 lines
No EOL
110 B
PHP

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