Revision: 2034 Author: olavmrk Date: Fri Dec 4 03:16:12 2009 Log: Update path to simpleSAMLphp on frontpage_config.
Merged into 1.5 branch from r2005. http://code.google.com/p/simplesamlphp/source/detail?r=2034 Modified: /branches/simplesamlphp-1.5/modules/core/www/frontpage_config.php ======================================= --- /branches/simplesamlphp-1.5/modules/core/www/frontpage_config.php Tue Sep 29 04:12:30 2009 +++ /branches/simplesamlphp-1.5/modules/core/www/frontpage_config.php Fri Dec 4 03:16:12 2009 @@ -149,7 +149,7 @@ $t->data['enablematrix'] = $enablematrix; $t->data['funcmatrix'] = $funcmatrix; $t->data['version'] = $config->getVersion(); -$t->data['directory'] = dirname(dirname(__FILE__)); +$t->data['directory'] = dirname(dirname(dirname(dirname(__FILE__)))); $t->show(); -- You received this message because you are subscribed to the Google Groups "simpleSAMLphp commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simplesamlphp-commits?hl=en.
