Development

/tags/RELEASE_0_6_2/lib/pear.php

You must first sign up to be able to contribute.

root/tags/RELEASE_0_6_2/lib/pear.php

Revision 500, 158 bytes (checked in by fabien, 3 years ago)

merged rovert branch changes :498 into the trunk

  • Property svn:mime-type set to text/x-php
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Rev Date
Line 
1 <?php
2
3 $sf_symfony_lib_dir  = '@PEAR-DIR@/symfony';
4 $sf_symfony_data_dir = '@DATA-DIR@/symfony';
5 $sf_version          = '@SYMFONY-VERSION@';
6
7 return 'OK';
8
9 ?>
Note: See TracBrowser for help on using the browser.