Ignore:
Timestamp:
Mar 21, 2010, 2:31:20 PM (14 years ago)
Author:
patdenice
Message:

feature 1522: Move config_local.inc.php to local/config/config.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/admin.php

    r5196 r5215  
    128128{
    129129  case 'localconf':
    130     $edited_file = PHPWG_ROOT_PATH . "include/config_local.inc.php";
     130    $edited_file = PHPWG_ROOT_PATH . "local/config/config.inc.php";
    131131    $content_file = file_exists($edited_file) ?
    132132      file_get_contents($edited_file) : $new_file['localconf'];
Note: See TracChangeset for help on using the changeset viewer.