X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=config.php.sample;h=f196896cc581231c334409233f96ff2fb78e1f1e;hb=03c7c2c998745651675ab7faaf9ecfe88c99fa21;hp=36885fcc687fa0c7aabe7af00cc669efa5f82ce6;hpb=0926bc19967e1b472c9aeb40eb47234a601a68f8;p=nucleus-jp%2Fnucleus-next.git diff --git a/config.php.sample b/config.php.sample index 36885fc..f196896 100644 --- a/config.php.sample +++ b/config.php.sample @@ -28,7 +28,7 @@ $DIR_SKINS = '/your/path/to/skins/'; // these dirs are normally subdirs of the nucleus dir, but // you can redefine them if you wish $DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/'; -$DIR_LANG = $DIR_NUCLEUS . 'language/'; +$DIR_LOCALES = $DIR_NUCLEUS . 'locales/'; $DIR_LIBS = $DIR_NUCLEUS . 'libs/'; if (!@file_exists($DIR_LIBS . 'globalfunctions.php')) { @@ -39,4 +39,4 @@ if (!@file_exists($DIR_LIBS . 'globalfunctions.php')) { // include libs include($DIR_LIBS.'globalfunctions.php'); -?> \ No newline at end of file +?>