]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- use webapps path
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Dec 2005 12:03:07 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-sitesdir.patch -> 1.2

drupal-sitesdir.patch

index 0ef0a75f5e20cf06522d6d8d775c5369269b028f..c0ebc8ab33c49cfd462493551ebcd004fe9ccfdb 100644 (file)
@@ -6,7 +6,7 @@ diff -ur ./includes/bootstrap.inc ../drupal1/includes/bootstrap.inc
    }
  
 -  $confdir = 'sites';
-+  $confdir = '/etc/drupal/sites';
++  $confdir = '/etc/webapps/drupal/sites';
    $uri = explode('/', $_SERVER['PHP_SELF']);
    $server = explode('.', rtrim($_SERVER['HTTP_HOST'], '.'));
    for ($i = count($uri) - 1; $i > 0; $i--) {
This page took 0.0732699999999999 seconds and 4 git commands to generate.