config_replacement.php 227 B

123456789
  1. <?php
  2. return array(
  3. '%path%' => '/var/www',
  4. 'path.images' => '%path%/web/images',
  5. 'path.upload' => '%path%/upload',
  6. '%url%' => 'http://example.com',
  7. 'url.images' => '%url%/images',
  8. );