소스 검색

Define missing content directory

Using the editor plugin after this file was updated causes errors. Fixed by re-defining the content directory.
theshka 10 년 전
부모
커밋
c4af6eef9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -1,6 +1,7 @@
 <?php
 <?php
 
 
 define('ROOT_DIR', realpath(dirname(__FILE__)) .'/');
 define('ROOT_DIR', realpath(dirname(__FILE__)) .'/');
+define('CONTENT_DIR', ROOT_DIR .'content-sample/');
 define('CONTENT_EXT', '.md');
 define('CONTENT_EXT', '.md');
 define('LIB_DIR', ROOT_DIR .'lib/');
 define('LIB_DIR', ROOT_DIR .'lib/');
 define('PLUGINS_DIR', ROOT_DIR .'plugins/');
 define('PLUGINS_DIR', ROOT_DIR .'plugins/');