[Scummvm-cvs-logs] SF.net SVN: scummvm:[40817] web/trunk/include

sev at users.sourceforge.net sev at users.sourceforge.net
Sat May 23 21:48:41 CEST 2009


Revision: 40817
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40817&view=rev
Author:   sev
Date:     2009-05-23 19:48:41 +0000 (Sat, 23 May 2009)

Log Message:
-----------
Proper path to persistent directory

Modified Paths:
--------------
    web/trunk/include/config.inc.php

Removed Paths:
-------------
    web/trunk/include/smarty/template_c/

Modified: web/trunk/include/config.inc.php
===================================================================
--- web/trunk/include/config.inc.php	2009-05-23 18:57:47 UTC (rev 40816)
+++ web/trunk/include/config.inc.php	2009-05-23 19:48:41 UTC (rev 40817)
@@ -34,7 +34,7 @@
  */
 define('SMARTY_DIR_BASE', 'include/smarty');
 define('SMARTY_DIR_TEMPLATE', 'templates');
-define('SMARTY_DIR_COMPILE', SMARTY_DIR_BASE . '/template_c');
+define('SMARTY_DIR_COMPILE', '/home/groups/s/sc/scummvm/persistent/template_c');
 define('SMARTY_DIR_CACHE', SMARTY_DIR_BASE . '/cache');
 define('SMARTY_DIR_CONFIG', SMARTY_DIR_BASE . '/config');
 define('SMARTY_USE_GLOBALS', false);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list