sintonia/utils/getStorPath.php
paul.baranowski d9c6971131 CC-1695 Remove Campcaster Studio and make install easier
Removed more stuff and started creating new directory structure.
2010-09-30 15:32:02 -04:00

7 lines
No EOL
158 B
PHP

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