diff options
Diffstat (limited to 'config/config.php')
-rw-r--r-- | config/config.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.php b/config/config.php new file mode 100644 index 0000000..381af2c --- /dev/null +++ b/config/config.php @@ -0,0 +1,5 @@ +<?php + +// symfony directories +$sf_symfony_lib_dir = '/usr/share/php5/PEAR/symfony'; +$sf_symfony_data_dir = '/usr/share/php5/PEAR/data/symfony'; |