OSDN Git Service

fix typo
[nucleus-jp/nucleus-jp-ancient.git] / config.php
index 7757b60..4a4caad 100755 (executable)
@@ -1,4 +1,5 @@
 <?php
+\r
 /*\r
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
  * Copyright (C) 2002-2009 The Nucleus Group\r
@@ -31,10 +32,10 @@ $MYSQL_PREFIX   = '';
 $DIR_NUCLEUS = '/your/path/to/nucleus/';
 
 // media dir
-$DIR_MEDIA = '/your/path/to/media/';
+$DIR_MEDIA   = '/your/path/to/media/';
 
 // extra skin files for imported skins
-$DIR_SKINS = '/your/path/to/skins/';
+$DIR_SKINS   = '/your/path/to/skins/';
 
 // these dirs are normally subdirs of the nucleus dir, but
 // you can redefine them if you wish
@@ -48,7 +49,7 @@ if (!@file_exists($DIR_LIBS . 'globalfunctions.php')) {
 }
 
 // include libs
-include($DIR_LIBS . 'globalfunctions.php');
+include($DIR_LIBS.'globalfunctions.php');
 if (!extension_loaded('mbstring')) {
        include($DIR_LIBS.'mb_emulator/mb-emulator.php');
 }