[CS-Project-svn_notify] SF.net SVN: cs-project:[1017] trunk/2.0/public_html
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-12-14 16:20:53
|
Revision: 1017 http://cs-project.svn.sourceforge.net/cs-project/?rev=1017&view=rev Author: crazedsanity Date: 2009-12-14 16:20:46 +0000 (Mon, 14 Dec 2009) Log Message: ----------- Index files & .htaccess config file. Added Paths: ----------- trunk/2.0/public_html/.htaccess trunk/2.0/public_html/ajax trunk/2.0/public_html/content trunk/2.0/public_html/index.php Added: trunk/2.0/public_html/.htaccess =================================================================== --- trunk/2.0/public_html/.htaccess (rev 0) +++ trunk/2.0/public_html/.htaccess 2009-12-14 16:20:46 UTC (rev 1017) @@ -0,0 +1,11 @@ +php_value include_path ".:./lib:../lib/:../../lib" +php_value session.auto_start 1 + +DirectoryIndex index.php content + +<files content> + ForceType application/x-httpd-php +</files> +<files ajax> + ForceType application/x-httpd-php +</files> \ No newline at end of file Added: trunk/2.0/public_html/ajax =================================================================== --- trunk/2.0/public_html/ajax (rev 0) +++ trunk/2.0/public_html/ajax 2009-12-14 16:20:46 UTC (rev 1017) @@ -0,0 +1 @@ +link index.php \ No newline at end of file Property changes on: trunk/2.0/public_html/ajax ___________________________________________________________________ Added: svn:special + * Added: trunk/2.0/public_html/content =================================================================== --- trunk/2.0/public_html/content (rev 0) +++ trunk/2.0/public_html/content 2009-12-14 16:20:46 UTC (rev 1017) @@ -0,0 +1 @@ +link index.php \ No newline at end of file Property changes on: trunk/2.0/public_html/content ___________________________________________________________________ Added: svn:special + * Added: trunk/2.0/public_html/index.php =================================================================== --- trunk/2.0/public_html/index.php (rev 0) +++ trunk/2.0/public_html/index.php 2009-12-14 16:20:46 UTC (rev 1017) @@ -0,0 +1,14 @@ +<?php +/* + * Created on Dec 14, 2009 + * + * SVN INFORMATION::: + * ------------------- + * Last Author::::::::: $Author$ + * Current Revision:::: $Revision$ + * Repository Location: $HeadURL$ + * Last Updated:::::::: $Date$ + */ + + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |