Campustream 1.0
A social network MQP for WPI
|
00001 <?php 00002 /* 00003 * Some general configuration settings. Make sure the path 00004 * to the Campustream folder is correct. 00005 */ 00006 00007 // The absolute filepath to the Campustream installation directory 00008 $APPROOT = '/home/campustream_com/subdomains/dev/public_html/'; 00009 00010 // The absolute filepath to the Campustream CDN directory 00011 $CDNROOT = '/home/campustream_com/subdomains/cdn/public_html/'; 00012 00013 // Is this running in development or production? 00014 $ISDEV = true;